summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-01-28 09:30:12 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-01-28 09:52:20 -0500
commit31c768863403d50f7682ecbb7f72a4486de0e503 (patch)
treed8552410178c7c799302f80984832f733abcf3cc /src/util
parentc5d1a5d8f898bf22c6bbc98f1d484b07706c035b (diff)
some fixes for win32, including ability to "make check" win32 builds via wine
Diffstat (limited to 'src/util')
-rw-r--r--src/util/statistics_registry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/statistics_registry.h b/src/util/statistics_registry.h
index 9aca3cb5a..32aa33bed 100644
--- a/src/util/statistics_registry.h
+++ b/src/util/statistics_registry.h
@@ -42,8 +42,6 @@ namespace CVC4 {
class ExprManager;
class SmtEngine;
-inline std::ostream& operator<<(std::ostream& os, const timespec& t);
-
/**
* The base class for all statistics.
*
@@ -620,6 +618,8 @@ public:
/* Some utility functions for timespec */
/****************************************************************************/
+inline std::ostream& operator<<(std::ostream& os, const timespec& t);
+
/** Compute the sum of two timespecs. */
inline timespec& operator+=(timespec& a, const timespec& b) {
// assumes a.tv_nsec and b.tv_nsec are in range
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback