diff options
Diffstat (limited to 'src/mem/slicc/ast/Location.hh')
-rw-r--r-- | src/mem/slicc/ast/Location.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/slicc/ast/Location.hh b/src/mem/slicc/ast/Location.hh index 6cf2df5a4..f070efc46 100644 --- a/src/mem/slicc/ast/Location.hh +++ b/src/mem/slicc/ast/Location.hh @@ -39,7 +39,7 @@ #ifndef LOCATION_H #define LOCATION_H -#include "slicc_global.hh" +#include "mem/slicc/slicc_global.hh" extern int g_line_number; extern string g_file_name; |