summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.60.0/libs/chrono/src/chrono.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.60.0/libs/chrono/src/chrono.cpp')
-rw-r--r--src/third_party/boost-1.60.0/libs/chrono/src/chrono.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/third_party/boost-1.60.0/libs/chrono/src/chrono.cpp b/src/third_party/boost-1.60.0/libs/chrono/src/chrono.cpp
new file mode 100644
index 00000000000..f500a796c81
--- /dev/null
+++ b/src/third_party/boost-1.60.0/libs/chrono/src/chrono.cpp
@@ -0,0 +1,15 @@
+// chrono.cpp --------------------------------------------------------------//
+
+// Copyright Beman Dawes 2008
+// Copyright Vicente J. Botet Escriba 2009-2010
+
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+// define BOOST_CHRONO_SOURCE so that <boost/filesystem/config.hpp> knows
+// the library is being built (possibly exporting rather than importing code)
+
+#define BOOST_CHRONO_SOURCE
+
+#include <boost/chrono/detail/inlined/chrono.hpp>
+