diff options
Diffstat (limited to 'app/animation_unittest.cc')
-rw-r--r-- | app/animation_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/animation_unittest.cc b/app/animation_unittest.cc index 280e74f..a4ab2fe 100644 --- a/app/animation_unittest.cc +++ b/app/animation_unittest.cc @@ -2,12 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "app/animation_delegate.h" #include "app/linear_animation.h" #include "app/test_animation_delegate.h" +#include "testing/gtest/include/gtest/gtest.h" + #if defined(OS_WIN) #include "base/win/windows_version.h" #endif -#include "testing/gtest/include/gtest/gtest.h" class AnimationTest: public testing::Test { private: |