get rid of config.hpp in osuparser.hpp when pp debugging
This commit is contained in:
parent
d0b5c4d514
commit
b710520724
1 changed files with 1 additions and 1 deletions
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
#ifndef PP_DEBUG
|
#ifndef PP_DEBUG
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <config.hpp>
|
#include <config.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace fs = std::filesystem;
|
namespace fs = std::filesystem;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue