diff options
Diffstat (limited to 'Source/WebKit/chromium/tests/RunAllTests.cpp')
| -rw-r--r-- | Source/WebKit/chromium/tests/RunAllTests.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/tests/RunAllTests.cpp b/Source/WebKit/chromium/tests/RunAllTests.cpp index dc0528257..78fd7da3d 100644 --- a/Source/WebKit/chromium/tests/RunAllTests.cpp +++ b/Source/WebKit/chromium/tests/RunAllTests.cpp @@ -28,6 +28,10 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if WEBKIT_IMPLEMENTATION +#include "config.h" +#endif + // FIXME: Avoid this source dependency on Chromium's base module. #include <base/test/test_suite.h> |
