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 GitHub
parent a7da2a8e88
commit f75163ebbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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