diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-21 22:17:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-21 22:24:15 +0200 |
commit | 87dc2bfecfc4e33ab9a174e2de4b575af99eb434 (patch) | |
tree | 8c5961e4901e49e7c9e66ee25b68770d237ac3b0 /vcl/qa | |
parent | 47cedf845b376bf3d13f169c7d94f7f5e37578c3 (diff) |
Include <stdexcept> for std::runtime_error
Change-Id: I6ef2036f075c2992b692d9a227db257edc4a6955
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/app/test_IconThemeInfo.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/app/test_IconThemeScanner.cxx | 2 |
2 files changed, 4 insertions, 0 deletions
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 <stdexcept> + #include <sal/types.h> #include <rtl/ustring.hxx> 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 <stdexcept> + #include <sal/types.h> #include <rtl/ustring.hxx> |