| Index: tests/common/mac/testing_common.cc
|
| ===================================================================
|
| --- tests/common/mac/testing_common.cc (revision 20119)
|
| +++ tests/common/mac/testing_common.cc (working copy)
|
| @@ -39,6 +39,7 @@
|
| #include <GLUT/glut.h>
|
| #include <AGL/agl.h>
|
|
|
| +#include "core/cross/client_info.h"
|
| #include "core/cross/class_manager.h"
|
| #include "core/cross/evaluation_counter.h"
|
| #include "core/cross/install_check.h"
|
| @@ -92,6 +93,7 @@
|
|
|
| o3d::EvaluationCounter evaluation_counter(g_service_locator);
|
| o3d::ClassManager class_manager(g_service_locator);
|
| + o3d::ClientInfoManager client_info_manager(g_service_locator);
|
| o3d::ObjectManager object_manager(g_service_locator);
|
| o3d::Profiler profiler(g_service_locator);
|
| o3d::Features features(g_service_locator);
|
|
|