diff options
Diffstat (limited to 'tests/general/triangle-rasterization.cpp')
-rw-r--r-- | tests/general/triangle-rasterization.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/triangle-rasterization.cpp b/tests/general/triangle-rasterization.cpp index fd9dae5d1..a59551a59 100644 --- a/tests/general/triangle-rasterization.cpp +++ b/tests/general/triangle-rasterization.cpp @@ -35,7 +35,7 @@ * 2. Randomised triangle drawing to attempt to test all possible triangles */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" #include "mersenne.hpp" #include <time.h> |