mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-19 00:14:33 +00:00
Include missing <algorithm> to abg-dwarf-reader.cc
Turns out without this include the file won't compile on el6/g++ 4.4.7, because std::lower_bound won't be found. Woops. Fixed thus. * src/abg-dwarf-reader.cc: Add missing <algorithm> include file. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
5c8c049e70
commit
3422aaf1c6
@ -37,6 +37,7 @@
|
||||
#include <cmath>
|
||||
#include <elfutils/libdwfl.h>
|
||||
#include <dwarf.h>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <tr1/unordered_map>
|
||||
#include <stack>
|
||||
|
Loading…
Reference in New Issue
Block a user