瀏覽代碼

Fix missing include

Marc Legendre 9 年之前
父節點
當前提交
f7c2920e32
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Source/BansheeUtility/Source/BsThreadPool.cpp

+ 2 - 1
Source/BansheeUtility/Source/BsThreadPool.cpp

@@ -1,6 +1,7 @@
 //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
 //**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
 #include "BsThreadPool.h"
+#include "BsDebug.h"
 
 #if BS_PLATFORM == BS_PLATFORM_WIN32
 #include "windows.h"
@@ -344,4 +345,4 @@ namespace BansheeEngine
 
 		return (UINT32)mThreads.size();
 	}
-}
+}