diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-07 11:22:36 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-07 11:22:36 +0000 |
commit | 27ae25530f584ccb1a1a3f8aca70cc2359bd4e81 (patch) | |
tree | c0bd3dcd11cc9c4ce20ba0ac924f09b76aa386c1 /fpicker | |
parent | 060e64311f15b29b500abff5cb3411c6e92652a0 (diff) |
added include to get out_of_range from stl
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FilterContainer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/FilterContainer.cxx b/fpicker/source/win32/filepicker/FilterContainer.cxx index d35c28e2c02b..4a6558159f18 100644 --- a/fpicker/source/win32/filepicker/FilterContainer.cxx +++ b/fpicker/source/win32/filepicker/FilterContainer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: FilterContainer.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tra $ $Date: 2001-06-28 11:13:15 $ + * last change: $Author: hjs $ $Date: 2001-09-07 12:22:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,9 @@ * ************************************************************************/ + +#include <stdexcept> + #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |