diff --git a/Util/testsuite/src/JSONConfigurationTest.cpp b/Util/testsuite/src/JSONConfigurationTest.cpp index ef30079d8..82d348325 100644 --- a/Util/testsuite/src/JSONConfigurationTest.cpp +++ b/Util/testsuite/src/JSONConfigurationTest.cpp @@ -28,12 +28,15 @@ // ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. // + + #include "JSONConfigurationTest.h" #include "CppUnit/TestCaller.h" #include "CppUnit/TestSuite.h" #include "Poco/Util/JSONConfiguration.h" #include "Poco/JSON/JSONException.h" + using Poco::Util::JSONConfiguration; using Poco::Util::AbstractConfiguration; using Poco::AutoPtr; @@ -102,6 +105,7 @@ void JSONConfigurationTest::testLoad() } + AbstractConfiguration* JSONConfigurationTest::allocConfiguration() const { return new JSONConfiguration;