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

This commit is contained in:
Vojtech Bubnik 2021-03-11 16:17:59 +01:00
parent 33b63b35a2
commit 75ad7f262e

View File

@ -1,4 +1,5 @@
#include "PrintConfig.hpp"
#include "Config.hpp"
#include "I18N.hpp"
#include <set>