瀏覽代碼

Fixed build.

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
  */
 
-#include <bx/simd_t.h>
+#include <bx/allocator.h>
 #include <bx/rng.h>
-#include <bx/crtimpl.h>
+#include <bx/simd_t.h>
 #include <bx/timer.h>
 
 #include <stdio.h>