Skip to content

Commit 3ffee7e

Browse files
committed
Fix vs2013 builds
1 parent 593d612 commit 3ffee7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

yasio/bindings/lyasio.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ SOFTWARE.
2929
#include "yasio/obstream.hpp"
3030
#include "yasio/yasio.hpp"
3131
#include "yasio/bindings/lyasio.hpp"
32-
#include "yasio/bindings/yasio_sol.hpp"
3332
using namespace yasio;
3433

3534
namespace lyasio
@@ -83,6 +82,8 @@ static cxx17::string_view ibstream_read_v(_Stream* ibs, int length_field_bits)
8382

8483
#if YASIO__HAS_CXX14
8584

85+
# include "yasio/bindings/yasio_sol.hpp"
86+
8687
namespace lyasio
8788
{
8889
template <typename _Stream>

0 commit comments

Comments
 (0)