]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Add a missing include
authorPetr Machata <pmachata@redhat.com>
Tue, 7 Sep 2010 12:23:10 +0000 (14:23 +0200)
committerPetr Machata <pmachata@redhat.com>
Tue, 7 Sep 2010 12:23:10 +0000 (14:23 +0200)
dwarflint/check_debug_abbrev.hh

index 76dca082f015676e2398af32e3d8f9a5db1a8526..f1aef31ea3e126d021ff04ee9c1fbe358b581b19 100644 (file)
@@ -29,6 +29,7 @@
 #include "low.h"
 #include "checks.hh"
 #include "sections.ii"
+#include "check_debug_info.ii"
 
 class check_debug_abbrev
   : public check<check_debug_abbrev>