aboutsummaryrefslogtreecommitdiff
path: root/src/shader_compiler_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_compiler_test.cc')
-rw-r--r--src/shader_compiler_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shader_compiler_test.cc b/src/shader_compiler_test.cc
index 5465331..c65a152 100644
--- a/src/shader_compiler_test.cc
+++ b/src/shader_compiler_test.cc
@@ -12,8 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "src/shader_compiler.h"
+#include <string>
+
#include "gtest/gtest.h"
+#include "src/shader_compiler.h"
#include "src/vkscript/section_parser.h" // For the passthrough vertex shader
namespace amber {