From 40bddbaac34ece542a057aa97eb63db6f1c5775e Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Wed, 5 Apr 2017 20:59:01 +0200 Subject: Including storage now builds fine with override enforcement. --- storageapi/src/tests/testrunner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'storageapi/src/tests/testrunner.cpp') diff --git a/storageapi/src/tests/testrunner.cpp b/storageapi/src/tests/testrunner.cpp index 9a07796a3f4..05fb3184c04 100644 --- a/storageapi/src/tests/testrunner.cpp +++ b/storageapi/src/tests/testrunner.cpp @@ -1,12 +1,12 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -#include #include +#include LOG_SETUP("storageapicppunittestrunner"); int -main(int argc, char **argv) +main(int argc, const char *argv[]) { vdstestlib::CppUnitTestRunner testRunner; return testRunner.run(argc, argv); -- cgit v1.2.3