mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-21 19:20:07 +00:00
Fix gtest.h include in test/opt/pass_utils.h
Fixes builds where googletest is outside the SPIRV-Tools tree.
This commit is contained in:
parent
bdecee8c86
commit
5bc30788fd
@ -21,7 +21,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "external/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "include/spirv-tools/libspirv.h"
|
||||
#include "include/spirv-tools/libspirv.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user