diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.cpp b/src/tools.cpp index 35a46e9..923d323 100644 --- a/src/tools.cpp +++ b/src/tools.cpp | |||
@@ -36,7 +36,7 @@ THE SOFTWARE. | |||
36 | #include "tools.hpp" | 36 | #include "tools.hpp" |
37 | 37 | ||
38 | #include "debugspew.h" | 38 | #include "debugspew.h" |
39 | #include "universe.h" | 39 | #include "universe.hpp" |
40 | 40 | ||
41 | DEBUGSPEW_CODE(std::string_view const DebugSpewIndentScope::debugspew_indent{ "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+" }); | 41 | DEBUGSPEW_CODE(std::string_view const DebugSpewIndentScope::debugspew_indent{ "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+" }); |
42 | 42 | ||