Add includes for building on Windows without PCH

This commit is contained in:
Michael Maltese
2017-01-22 23:08:45 -08:00
parent c3a1547d9a
commit 713ec5ffd5
15 changed files with 24 additions and 10 deletions

View File

@ -8,8 +8,7 @@
#include <Windows.h>
#include "Common/Common.h"
#include "Common/Intrinsics.h"
#include "Common/CommonTypes.h"
// Atomic operations are performed in a single step by the CPU. It is
// impossible for other threads to see the operation "half-done."