Index: src/include/checked_cast.h |
diff --git a/src/include/checked_cast.h b/src/include/checked_cast.h |
index 53a856a4d53009804ee1e152d191978c20bbb739..6a617eb363f1a71c8da658c904418f7e9935d553 100644 |
--- a/src/include/checked_cast.h |
+++ b/src/include/checked_cast.h |
@@ -14,6 +14,8 @@ |
#ifndef NATIVE_CLIENT_SRC_INCLUDE_CHECKED_CAST_H_ |
#define NATIVE_CLIENT_SRC_INCLUDE_CHECKED_CAST_H_ 1 |
+#include "native_client/src/include/build_config.h" |
Mark Seaborn
2014/12/19 17:46:19
So it shouldn't be necessary to add this to all th
|
+ |
// Windows defines std::min and std::max in a different header |
// than gcc prior to Visual Studio 2013. |
#if NACL_WINDOWS |