libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/cvd runnable_batch.h


From: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/cvd runnable_batch.h
Date: Thu, 12 May 2011 09:54:17 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      11/05/12 09:54:17

Modified files:
        cvd            : runnable_batch.h 

Log message:
        fix for different tr1 header locations in VS

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/runnable_batch.h?cvsroot=libcvd&r1=1.1&r2=1.2

Patches:
Index: runnable_batch.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/runnable_batch.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- runnable_batch.h    3 Jun 2008 00:24:16 -0000       1.1
+++ runnable_batch.h    12 May 2011 09:54:17 -0000      1.2
@@ -2,7 +2,11 @@
 #define  CVD_INCLUDE_RUNNABLE_BATCH_H
 
 #include <cvd/thread.h>
+#ifdef WIN32
+#include <memory>
+#else
 #include <tr1/memory>
+#endif
 #include <vector>
 namespace CVD
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]