|
From: <ric...@us...> - 2011-09-06 23:01:32
|
Revision: 1089
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1089&view=rev
Author: rich_sposato
Date: 2011-09-06 23:01:26 +0000 (Tue, 06 Sep 2011)
Log Message:
-----------
Added include statement to fix bug 3399706.
Modified Paths:
--------------
trunk/include/loki/LevelMutex.h
Modified: trunk/include/loki/LevelMutex.h
===================================================================
--- trunk/include/loki/LevelMutex.h 2011-06-21 08:08:18 UTC (rev 1088)
+++ trunk/include/loki/LevelMutex.h 2011-09-06 23:01:26 UTC (rev 1089)
@@ -30,6 +30,7 @@
#include <pthread.h>
#endif
+#include <exception>
#include <vector>
#include <assert.h>
#include <time.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|