Index: crosstest/test_arith.cpp |
diff --git a/crosstest/test_arith.cpp b/crosstest/test_arith.cpp |
index ed6c9d329da252b533af2d9c2684176976767b2e..0e24e5e7e6d5a8518d4457178366502880070ca0 100644 |
--- a/crosstest/test_arith.cpp |
+++ b/crosstest/test_arith.cpp |
@@ -3,6 +3,7 @@ |
#include <stdint.h> |
+#include "vectors.h" |
jvoung (off chromium)
2014/07/18 22:50:40
Could test_arith.h just be the one to include vect
wala
2014/07/18 23:08:23
Done.
Jim Stichnoth
2014/07/18 23:45:47
There's some stuff in vectors.h that you might be
wala
2014/07/19 00:11:14
It links. vectors.h is mostly for the benefit of t
|
#include "test_arith.h" |
#define X(inst, op, isdiv) \ |