diff options
Diffstat (limited to 'runtime/arch/memcmp16_test.cc')
-rw-r--r-- | runtime/arch/memcmp16_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/arch/memcmp16_test.cc b/runtime/arch/memcmp16_test.cc index 9ba7de1df5..2f3639c4b1 100644 --- a/runtime/arch/memcmp16_test.cc +++ b/runtime/arch/memcmp16_test.cc @@ -14,9 +14,10 @@ * limitations under the License. */ -#include "gtest/gtest.h" #include "memcmp16.h" +#include "gtest/gtest.h" + class RandGen { public: explicit RandGen(uint32_t seed) : val_(seed) {} |