diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/classes/framecontainer.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx index 24017576f80d..838d1e1dfd1a 100644 --- a/framework/inc/classes/framecontainer.hxx +++ b/framework/inc/classes/framecontainer.hxx @@ -20,9 +20,8 @@ #ifndef INCLUDED_FRAMEWORK_INC_CLASSES_FRAMECONTAINER_HXX #define INCLUDED_FRAMEWORK_INC_CLASSES_FRAMECONTAINER_HXX -/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble - with solaris headers ... -*/ +#include <sal/config.h> + #include <vector> #include <stdexcept> #include <algorithm> |