diff options
Diffstat (limited to 'cc/frame_rate_counter.cc')
-rw-r--r-- | cc/frame_rate_counter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/frame_rate_counter.cc b/cc/frame_rate_counter.cc index a02486b..1f86dee 100644 --- a/cc/frame_rate_counter.cc +++ b/cc/frame_rate_counter.cc @@ -8,7 +8,7 @@ #include <cmath> -#include "CCProxy.h" +#include "cc/proxy.h" #include <public/Platform.h> namespace cc { |