Chromium Code Reviews| Index: tests/RTConfRegistryTest.cpp |
| diff --git a/tests/RTConfRegistryTest.cpp b/tests/RTConfRegistryTest.cpp |
| index 59fb3e9142c81f8b1692738d1fdacac6bdda77ed..84ce942bf69d02ff1c0a9fa80ece9ef2a99fc482 100644 |
| --- a/tests/RTConfRegistryTest.cpp |
| +++ b/tests/RTConfRegistryTest.cpp |
| @@ -8,6 +8,8 @@ |
| #include "SkRTConf.h" |
| #include "Test.h" |
| +#include <stdlib.h> |
| + |
| // Friended proxy for SkRTConfRegistry::parse() |
| template <typename T> |
| bool test_rt_conf_parse(SkRTConfRegistry* reg, const char* key, T* value) { |