to resolve build error(no member named 'Util' in namespace 'Poco'), added <Poco/Util/AbstractConfiguration.h> in OwnJSONPatternFormatter.h

This commit is contained in:
root 2022-08-16 06:12:50 -07:00 committed by Mallik Hassan
parent b8501bea06
commit bb25abd0ae

View File

@ -2,6 +2,7 @@
#include <Poco/PatternFormatter.h>
#include <Poco/Util/AbstractConfiguration.h>
#include "ExtendedLogChannel.h"
#include "OwnPatternFormatter.h"