Index: native_client_sdk/src/examples/demo/earth/earth.cc |
diff --git a/native_client_sdk/src/examples/demo/earth/earth.cc b/native_client_sdk/src/examples/demo/earth/earth.cc |
index d8e35462a5c238dcada2e4854224a7ba45578560..f363b39eaf44e7086d430158fb928536d39d11ac 100644 |
--- a/native_client_sdk/src/examples/demo/earth/earth.cc |
+++ b/native_client_sdk/src/examples/demo/earth/earth.cc |
@@ -31,6 +31,8 @@ |
#include "sdk_util/macros.h" |
#include "sdk_util/thread_pool.h" |
+using namespace sdk_util; // For sdk_util::ThreadPool |
+ |
// Global properties used to setup Earth demo. |
namespace { |
const float kHugeZ = 1.0e38f; |