From 8c756b507a100801b7a0ba2944d2ebfc0fdf0c98 Mon Sep 17 00:00:00 2001 From: leper Date: Fri, 8 Mar 2013 23:46:32 +0000 Subject: [PATCH] Fix non-pch build. Maybe use pimpl idiom instead. This was SVN commit r13245. --- source/scriptinterface/ThreadDebugger.h | 1 + 1 file changed, 1 insertion(+) 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