Remove include that breaks compilation for Boost v1.85.0 (#6856)

* Remove include that breaks compilation for Boost v1.85.0

* Update CHANGELOG.md

* Fix typo

* Fix issues found by newer clang-tidy version

* Add include to boost filesystem to satisfy Windows compiler
This commit is contained in:
Dennis Luxen
2024-05-06 18:52:40 +02:00
committed by GitHub
parent 99809e105c
commit 0583582772
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ extern "C"
#include <lualib.h>
}
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem.hpp>
#include <iostream>
#include <string>