Changeset 670 for exactrbn/trunk
- Timestamp:
- 20/06/08 14:04:31 (2 years ago)
- Files:
-
- 1 modified
-
exactrbn/trunk/src/rbn_solve.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exactrbn/trunk/src/rbn_solve.h
r669 r670 20 20 */ 21 21 22 #if defined DEBUG_STL && defined __GNUC__ && __GNUC__ >= 423 #undef _GLIBCXX_VECTOR24 #include <debug/vector>25 #if __GNUC_MINOR__ >= 226 namespace stl = std::__debug;27 #else28 namespace stl = __gnu_debug_def;29 #endif30 #else31 22 #include <vector> 32 23 namespace stl = std; 33 #endif34 24 35 25 #include <unistd.h>
