summaryrefslogtreecommitdiff
path: root/src/mem/gems_common/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/gems_common/util.hh')
-rw-r--r--src/mem/gems_common/util.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/gems_common/util.hh b/src/mem/gems_common/util.hh
index d9e9fec3e..7b32f24e8 100644
--- a/src/mem/gems_common/util.hh
+++ b/src/mem/gems_common/util.hh
@@ -33,7 +33,7 @@
#ifndef UTIL_H
#define UTIL_H
-#include "std-includes.hh"
+#include "mem/gems_common/std-includes.hh"
string string_split(string& str, char split_character);
string bool_to_string(bool value);