]> git.sesse.net Git - movit/blobdiff - test_util.cpp
Normalize the resample weight after bilinear combining.
[movit] / test_util.cpp
index be34583805df68a2da1cedc5e8212eb380bf8cdf..59c0ef420a43e04b846fa55a946b927ddddba180 100644 (file)
@@ -1,11 +1,12 @@
 #include <assert.h>
-#include <gtest/gtest-message.h>
 #include <math.h>
 #include <stdio.h>
 #include <algorithm>
 
 #include "flat_input.h"
+#include "glew.h"
 #include "gtest/gtest.h"
+#include "gtest/gtest-message.h"
 #include "init.h"
 #include "resource_pool.h"
 #include "test_util.h"