|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56181 - trunk/libs/spirit/benchmarks
From: hartmut.kaiser_at_[hidden]
Date: 2009-09-14 08:15:10
Author: hkaiser
Date: 2009-09-14 08:15:10 EDT (Mon, 14 Sep 2009)
New Revision: 56181
URL: http://svn.boost.org/trac/boost/changeset/56181
Log:
Spirit: Added missing include
Text files modified:
trunk/libs/spirit/benchmarks/high_resolution_timer.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/spirit/benchmarks/high_resolution_timer.hpp
==============================================================================
--- trunk/libs/spirit/benchmarks/high_resolution_timer.hpp (original)
+++ trunk/libs/spirit/benchmarks/high_resolution_timer.hpp 2009-09-14 08:15:10 EDT (Mon, 14 Sep 2009)
@@ -306,6 +306,7 @@
// GETTIMEOFDAY, which is still preferable to std::clock()
#include <stdexcept>
#include <limits>
+#include <sys/time.h>
namespace util
{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk