From 4bb337ddf0a4122bc1547a17f13f1932e228c1ad Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Fri, 9 Jul 2021 05:36:53 -0700 Subject: [PATCH] test including stb_c_lexer header independnet of implementation --- tests/test_cpp_compilation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cpp_compilation.cpp b/tests/test_cpp_compilation.cpp index 10f27b3..f8d3d47 100644 --- a/tests/test_cpp_compilation.cpp +++ b/tests/test_cpp_compilation.cpp @@ -5,6 +5,7 @@ #include "stb_rect_pack.h" #include "stb_truetype.h" #include "stb_image_write.h" +#include "stb_c_lexer.h" #include "stb_perlin.h" #include "stb_dxt.h" #include "stb_divide.h" @@ -46,7 +47,6 @@ void my_free(void *) { } #include "stb_image_write.h" #include "stb_perlin.h" #include "stb_dxt.h" -#include "stb_c_lexer.h" #include "stb_divide.h" #include "stb_herringbone_wang_tile.h" #include "stb_ds.h"