Fixed: std::cout not found on msvc

This commit is contained in:
Klaim (Joël Lamotte) 2022-01-03 07:24:23 +01:00 committed by The Phantom Derpstorm
parent a7da2a8e88
commit 96267b4a75

View File

@ -1,3 +1,4 @@
#include <iostream>
#include <sol/sol.hpp>
inline namespace sol2_regression_test_1144 {