Hack for Meego. For some reason it's not compiling ThreadPool.cpp

This commit is contained in:
Sacha 2013-05-02 17:34:57 +10:00
parent 6a2a308069
commit a9529f831d
2 changed files with 6 additions and 1 deletions

View File

@ -33,6 +33,11 @@ namespace p = std::tr1::placeholders;
namespace p = std::placeholders;
#endif
// Hack for Meego
#ifdef MEEGO_EDITION_HARMATTAN
#include "Common/ThreadPool.cpp"
#endif
// Report the time and throughput for each larger scaling operation in the log
//#define SCALING_MEASURE_TIME

2
native

@ -1 +1 @@
Subproject commit 0388a8e23a2664766503996579dc10511b1db524
Subproject commit f9c50c822a9a12bcd3952dda58876d1fc2afa2a9