summaryrefslogtreecommitdiff
path: root/src/script/api/script_accounting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_accounting.cpp')
-rw-r--r--src/script/api/script_accounting.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/script_accounting.cpp b/src/script/api/script_accounting.cpp
index dfe05df3b..e6fddf9e8 100644
--- a/src/script/api/script_accounting.cpp
+++ b/src/script/api/script_accounting.cpp
@@ -12,6 +12,8 @@
#include "../../stdafx.h"
#include "script_accounting.hpp"
+#include "../../safeguards.h"
+
Money ScriptAccounting::GetCosts()
{
return this->GetDoCommandCosts();