summaryrefslogtreecommitdiff
path: root/src/mem/slicc/ast/TypeFieldMethodAST.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/slicc/ast/TypeFieldMethodAST.cc')
-rw-r--r--src/mem/slicc/ast/TypeFieldMethodAST.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/slicc/ast/TypeFieldMethodAST.cc b/src/mem/slicc/ast/TypeFieldMethodAST.cc
index 5229d4a08..71c7a8fd1 100644
--- a/src/mem/slicc/ast/TypeFieldMethodAST.cc
+++ b/src/mem/slicc/ast/TypeFieldMethodAST.cc
@@ -36,7 +36,7 @@
*
*/
-#include "TypeFieldMethodAST.hh"
+#include "mem/slicc/ast/TypeFieldMethodAST.hh"
TypeFieldMethodAST::TypeFieldMethodAST(TypeAST* return_type_ast_ptr,
string* ident_ptr,