mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 21:53:49 +01:00
GH #134: Fixed problem in Util::Application with xml or inifile no config
GH #134: Fixed problem in Util::Application with xml or inifile no config
This commit is contained in:
@@ -34,14 +34,15 @@
|
||||
//
|
||||
|
||||
|
||||
// Avoid accidental linking of JSON library when JSONConfiguration
|
||||
// is not desired.
|
||||
|
||||
#include "Poco/Util/JSONConfiguration.h"
|
||||
|
||||
|
||||
#ifndef POCO_UTIL_NO_JSONCONFIGURATION
|
||||
|
||||
|
||||
#include "Poco/FileStream.h"
|
||||
#include "Poco/StringTokenizer.h"
|
||||
#include "Poco/Util/JSONConfiguration.h"
|
||||
#include "Poco/JSON/Parser.h"
|
||||
#include "Poco/JSON/Query.h"
|
||||
#include "Poco/JSON/DefaultHandler.h"
|
||||
@@ -410,4 +411,5 @@ void JSONConfiguration::removeRaw(const std::string& key)
|
||||
|
||||
} } // namespace Poco::Util
|
||||
|
||||
|
||||
#endif // POCO_UTIL_NO_JSONCONFIGURATION
|
||||
|
||||
Reference in New Issue
Block a user