aboutsummaryrefslogtreecommitdiff
path: root/src/tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools.cpp2
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
41DEBUGSPEW_CODE(std::string_view const DebugSpewIndentScope::debugspew_indent{ "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+" }); 41DEBUGSPEW_CODE(std::string_view const DebugSpewIndentScope::debugspew_indent{ "----+----!----+----!----+----!----+----!----+----!----+----!----+----!----+" });
42 42