Merge pull request #1347 from comex/header-hygiene

Add missing includes where headers depend on other headers having been included first.
This commit is contained in:
comex
2014-10-22 23:23:58 -04:00
50 changed files with 90 additions and 7 deletions

View File

@ -3,7 +3,7 @@
// Refer to the license.txt file included.
#include "scmrev.h"
#include "Common/CommonTypes.h"
#include "Common/Common.h"
#ifdef _DEBUG
#define BUILD_TYPE_STR "Debug "