Merge pull request #1648 from rohit-n/build-pch

Fix building with PCH disabled.
This commit is contained in:
Lioncash 2014-12-03 21:02:41 -05:00
commit a2d0b80ae0

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <cmath> #include <cmath>
#include <cfloat>
#include <sstream> #include <sstream>
#include "Common/BitSet.h" #include "Common/BitSet.h"