Linux with precompiled headers wants Config.hpp header in PrintConfig.cpp

This commit is contained in:
Vojtech Bubnik
2021-03-15 09:55:57 +01:00
parent 33b63b35a2
commit 75ad7f262e
+1
View File
@@ -1,4 +1,5 @@
#include "PrintConfig.hpp"
#include "Config.hpp"
#include "I18N.hpp"
#include <set>