Branimir Karadžić пре 8 година
родитељ
комит
8848c039d3
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      tests/simd_bench.cpp

+ 2 - 2
tests/simd_bench.cpp

@@ -3,9 +3,9 @@
  * License: https://github.com/bkaradzic/bx#license-bsd-2-clause
  * License: https://github.com/bkaradzic/bx#license-bsd-2-clause
  */
  */
 
 
-#include <bx/simd_t.h>
+#include <bx/allocator.h>
 #include <bx/rng.h>
 #include <bx/rng.h>
-#include <bx/crtimpl.h>
+#include <bx/simd_t.h>
 #include <bx/timer.h>
 #include <bx/timer.h>
 
 
 #include <stdio.h>
 #include <stdio.h>