Solved C3861 __cpuid&__rdtsc identifier not found
@@ -5,6 +5,10 @@
#include "BsPlatform.h"
#include <chrono>
+#if BS_COMPILER == BS_COMPILER_MSVC
+ #include <intrin.h>
+#endif
+
#if BS_COMPILER == BS_COMPILER_GNUC || BS_COMPILER == BS_COMPILER_CLANG
#include "cpuid.h"
#endif