toon-members
[Top][All Lists]
Advanced

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

[Toon-members] tag/tag absorient.h


From: Gerhard Reitmayr
Subject: [Toon-members] tag/tag absorient.h
Date: Mon, 01 Aug 2011 13:17:41 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Gerhard Reitmayr <gerhard>      11/08/01 13:17:41

Modified files:
        tag            : absorient.h 

Log message:
        fix for different tr1 header locations in VS

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tag/tag/absorient.h?cvsroot=toon&r1=1.8&r2=1.9

Patches:
Index: absorient.h
===================================================================
RCS file: /cvsroot/toon/tag/tag/absorient.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- absorient.h 30 Jun 2011 18:17:57 -0000      1.8
+++ absorient.h 1 Aug 2011 13:17:41 -0000       1.9
@@ -2,7 +2,11 @@
 #define TAG_ABSORIENT_H_
 
 #include <vector>
+#ifdef WIN32
+#include <tuple>
+#else
 #include <tr1/tuple>
+#endif
 
 #include <TooN/TooN.h>
 #include <TooN/sim2.h>



reply via email to

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