summaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/countedobj.cpp2
-rw-r--r--src/misc/dbg_helpers.cpp2
-rw-r--r--src/misc/getoptdata.cpp2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/misc/countedobj.cpp b/src/misc/countedobj.cpp
index 228b35e82..28f614afa 100644
--- a/src/misc/countedobj.cpp
+++ b/src/misc/countedobj.cpp
@@ -13,6 +13,8 @@
#include "countedptr.hpp"
+#include "../safeguards.h"
+
int32 SimpleCountedObject::AddRef()
{
return ++m_ref_cnt;
diff --git a/src/misc/dbg_helpers.cpp b/src/misc/dbg_helpers.cpp
index f87070fa0..a80230de1 100644
--- a/src/misc/dbg_helpers.cpp
+++ b/src/misc/dbg_helpers.cpp
@@ -13,6 +13,8 @@
#include "../rail_map.h"
#include "dbg_helpers.h"
+#include "../safeguards.h"
+
/** Trackdir & TrackdirBits short names. */
static const char * const trackdir_names[] = {
"NE", "SE", "UE", "LE", "LS", "RS", "rne", "rse",
diff --git a/src/misc/getoptdata.cpp b/src/misc/getoptdata.cpp
index 6ca9a1bfc..7859594dd 100644
--- a/src/misc/getoptdata.cpp
+++ b/src/misc/getoptdata.cpp
@@ -12,6 +12,8 @@
#include "../stdafx.h"
#include "getoptdata.h"
+#include "../safeguards.h"
+
/**
* Find the next option.
* @return Function returns one