From 87dc2bfecfc4e33ab9a174e2de4b575af99eb434 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 21 Feb 2014 22:17:28 +0200 Subject: Include for std::runtime_error Change-Id: I6ef2036f075c2992b692d9a227db257edc4a6955 --- vcl/qa/cppunit/app/test_IconThemeInfo.cxx | 2 ++ vcl/qa/cppunit/app/test_IconThemeScanner.cxx | 2 ++ 2 files changed, 4 insertions(+) (limited to 'vcl/qa') diff --git a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx index e401046757ba..9e3a8ef08c9c 100644 --- a/vcl/qa/cppunit/app/test_IconThemeInfo.cxx +++ b/vcl/qa/cppunit/app/test_IconThemeInfo.cxx @@ -7,6 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include + #include #include diff --git a/vcl/qa/cppunit/app/test_IconThemeScanner.cxx b/vcl/qa/cppunit/app/test_IconThemeScanner.cxx index af2e95703953..63c5987a021f 100644 --- a/vcl/qa/cppunit/app/test_IconThemeScanner.cxx +++ b/vcl/qa/cppunit/app/test_IconThemeScanner.cxx @@ -7,6 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include + #include #include -- cgit