summaryrefslogtreecommitdiffstats
path: root/libs/ui/tests/vec_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ui/tests/vec_test.cpp')
-rw-r--r--libs/ui/tests/vec_test.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/ui/tests/vec_test.cpp b/libs/ui/tests/vec_test.cpp
index 00f737e..454c999 100644
--- a/libs/ui/tests/vec_test.cpp
+++ b/libs/ui/tests/vec_test.cpp
@@ -16,17 +16,18 @@
#define LOG_TAG "RegionTest"
+#include <math.h>
#include <stdlib.h>
+
#include <ui/Region.h>
#include <ui/Rect.h>
-#include <gtest/gtest.h>
-
#include <ui/vec4.h>
+#include <gtest/gtest.h>
+
namespace android {
class VecTest : public testing::Test {
-protected:
};
TEST_F(VecTest, Basics) {