1
0
Fork 0

Moved the chrono include into Globals.

This commit is contained in:
Mattes D 2014-10-24 11:01:45 +02:00
parent 4b32c00f66
commit b9777287ca
2 changed files with 2 additions and 1 deletions

View File

@ -251,6 +251,8 @@ template class SizeChecker<UInt16, 2>;
#include <set>
#include <queue>
#include <limits>
#include <chrono>

View File

@ -7,7 +7,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Event.h"
#include <chrono>
#include "Errors.h"