summaryrefslogtreecommitdiff
path: root/test/text_to_binary.annotation_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/text_to_binary.annotation_test.cpp')
-rw-r--r--test/text_to_binary.annotation_test.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/text_to_binary.annotation_test.cpp b/test/text_to_binary.annotation_test.cpp
index 27df121f..7aec9055 100644
--- a/test/text_to_binary.annotation_test.cpp
+++ b/test/text_to_binary.annotation_test.cpp
@@ -15,13 +15,14 @@
// Assembler tests for instructions in the "Annotation" section of the
// SPIR-V spec.
-#include "unit_spirv.h"
-
#include <sstream>
+#include <string>
#include <tuple>
+#include <vector>
#include "gmock/gmock.h"
-#include "test_fixture.h"
+#include "test/test_fixture.h"
+#include "test/unit_spirv.h"
namespace spvtools {
namespace {