1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-13 05:43:08 +00:00

Attempt to work around QT MOC bugs caused by the filesystem header.

This commit is contained in:
Project579 2022-06-11 17:14:32 +02:00
parent cd229a965b
commit e97eeca281

View file

@ -1,7 +1,6 @@
#ifndef CS_EDITOR_H #ifndef CS_EDITOR_H
#define CS_EDITOR_H #define CS_EDITOR_H
#include <filesystem>
#include <fstream> #include <fstream>
#include <boost/interprocess/sync/file_lock.hpp> #include <boost/interprocess/sync/file_lock.hpp>