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