Index: runtime/bin/thread_pool_win.h |
diff --git a/runtime/bin/thread_pool_win.h b/runtime/bin/thread_pool_win.h |
index 74482cc76869fdf05432e9094824a744718031cf..5a6f450aca2d294c7937824fced6cd48f64159bf 100644 |
--- a/runtime/bin/thread_pool_win.h |
+++ b/runtime/bin/thread_pool_win.h |
@@ -5,6 +5,10 @@ |
#ifndef BIN_THREAD_POOL_WIN_H_ |
#define BIN_THREAD_POOL_WIN_H_ |
+#if !defined(BIN_THREAD_POOL_H_) |
+#error Do not include thread_pool_win.h directly; use thread_pool.h instead. |
+#endif |
+ |
#include "platform/globals.h" |
class ThreadPoolData { |