diff options
Diffstat (limited to '3rdparty/asio/src/asio.cpp')
-rw-r--r-- | 3rdparty/asio/src/asio.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdparty/asio/src/asio.cpp b/3rdparty/asio/src/asio.cpp new file mode 100644 index 00000000000..2125d620fee --- /dev/null +++ b/3rdparty/asio/src/asio.cpp @@ -0,0 +1,11 @@ +// +// asio.cpp +// ~~~~~~~~ +// +// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// +// 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) +// + +#include "asio/impl/src.hpp" |