diff options
Diffstat (limited to 'cc/test/layer_test_common.cc')
-rw-r--r-- | cc/test/layer_test_common.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/test/layer_test_common.cc b/cc/test/layer_test_common.cc index f62c488..fda251c 100644 --- a/cc/test/layer_test_common.cc +++ b/cc/test/layer_test_common.cc @@ -4,7 +4,8 @@ #include "config.h" -#include "CCLayerTestCommon.h" +#include "cc/test/layer_test_common.h" + #include "CCDrawQuad.h" #include "testing/gtest/include/gtest/gtest.h" |