From 998a614531c217e44f21a6a80a96d357029f93aa Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 17 Jul 2015 14:29:20 +0200 Subject: [PATCH] added boost file --- 3rdParty/boost/1.58.0/boost/atomic.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 3rdParty/boost/1.58.0/boost/atomic.hpp diff --git a/3rdParty/boost/1.58.0/boost/atomic.hpp b/3rdParty/boost/1.58.0/boost/atomic.hpp new file mode 100644 index 0000000000..cc28b1ab5e --- /dev/null +++ b/3rdParty/boost/1.58.0/boost/atomic.hpp @@ -0,0 +1,18 @@ +#ifndef BOOST_ATOMIC_HPP +#define BOOST_ATOMIC_HPP + +// Copyright (c) 2011 Helge Bahmann +// +// Distributed under the Boost Software License, Version 1.0. +// See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) + +// This header includes all Boost.Atomic public headers + +#include + +#ifdef BOOST_HAS_PRAGMA_ONCE +#pragma once +#endif + +#endif