From: <ric...@us...> - 2011-10-22 00:25:00
|
Revision: 1165 http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1165&view=rev Author: rich_sposato Date: 2011-10-22 00:24:54 +0000 (Sat, 22 Oct 2011) Log Message: ----------- Changed include paths. Modified Paths: -------------- trunk/test/LevelMutex/Thing.cpp Modified: trunk/test/LevelMutex/Thing.cpp =================================================================== --- trunk/test/LevelMutex/Thing.cpp 2011-10-22 00:23:05 UTC (rev 1164) +++ trunk/test/LevelMutex/Thing.cpp 2011-10-22 00:24:54 UTC (rev 1165) @@ -28,8 +28,8 @@ #include <algorithm> #include <functional> -#include <SafeFormat.h> -#include <LockingPtr.h> +#include <loki/SafeFormat.h> +#include <loki/LockingPtr.h> using namespace ::Loki; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |