summaryrefslogtreecommitdiff
path: root/test/opt/decoration_manager_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/opt/decoration_manager_test.cpp')
-rw-r--r--test/opt/decoration_manager_test.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/opt/decoration_manager_test.cpp b/test/opt/decoration_manager_test.cpp
index 85349671..ea6aec52 100644
--- a/test/opt/decoration_manager_test.cpp
+++ b/test/opt/decoration_manager_test.cpp
@@ -13,14 +13,16 @@
// limitations under the License.
#include <iostream>
+#include <memory>
+#include <string>
+#include <vector>
-#include <gmock/gmock.h>
-
+#include "gmock/gmock.h"
#include "source/opt/build_module.h"
#include "source/opt/decoration_manager.h"
#include "source/opt/ir_context.h"
#include "source/spirv_constant.h"
-#include "unit_spirv.h"
+#include "test/unit_spirv.h"
namespace spvtools {
namespace opt {