1
0
forked from 0ad/0ad

Fix non-pch build. Maybe use pimpl idiom instead.

This was SVN commit r13245.
This commit is contained in:
leper 2013-03-08 23:46:32 +00:00
parent c6043779f6
commit 8c756b507a

View File

@ -22,6 +22,7 @@
#include "ScriptInterface.h"
#include "scriptinterface/ScriptExtraHeaders.h"
#include <queue>
// 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