diff options
Diffstat (limited to 'ppapi/tests/power_saver_test_plugin.cc')
-rw-r--r-- | ppapi/tests/power_saver_test_plugin.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/tests/power_saver_test_plugin.cc b/ppapi/tests/power_saver_test_plugin.cc index a3d85d9..f319649 100644 --- a/ppapi/tests/power_saver_test_plugin.cc +++ b/ppapi/tests/power_saver_test_plugin.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <stdint.h> + #include <algorithm> #include "ppapi/cpp/graphics_2d.h" |