diff options
Diffstat (limited to 'gcc/lto-object.cc')
-rw-r--r-- | gcc/lto-object.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lto-object.cc b/gcc/lto-object.cc index 33eca5a..097c81a 100644 --- a/gcc/lto-object.cc +++ b/gcc/lto-object.cc @@ -31,6 +31,7 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "diagnostic-core.h" #include "tm.h" +#include "cgraph.h" #include "lto-streamer.h" #include "lto-section-names.h" #include "simple-object.h" |