diff --git a/source/scriptinterface/ThreadDebugger.h b/source/scriptinterface/ThreadDebugger.h index d550a5b5d1..784c223220 100644 --- a/source/scriptinterface/ThreadDebugger.h +++ b/source/scriptinterface/ThreadDebugger.h @@ -22,6 +22,7 @@ #include "ScriptInterface.h" #include "scriptinterface/ScriptExtraHeaders.h" +#include // These Breakpoint classes are not implemented threadsafe. The class using the Breakpoints is responsible to make sure that // only one thread accesses the Breakpoint at a time