mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Add missing includes of extract-store-integer.h
I found a number of .c files that need to include extract-store-integer.h but that were only including it indirectly. This patch adds the missing includes. This change enables the next patch. Approved-By: Andrew Burgess <aburgess@redhat.com>
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#include "dwarf2/tag.h"
|
||||
#include "gdbsupport/gdb_tilde_expand.h"
|
||||
#include "dwarf2/read-debug-names.h"
|
||||
#include "extract-store-integer.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
Reference in New Issue
Block a user