diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2011-02-27 21:41:54 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-27 21:41:54 -0800 |
commit | 03fb9403784a137800c5c1a45c4e85eeb2eab62f (patch) | |
tree | 94664305f3ae4e6d82960785de5a39a8600b8a95 /sot/source | |
parent | 55f37a7cf880519b84baec975d549d396efae948 (diff) |
[PATCH] Remove deprecated container List and update required headers.
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/base/exchange.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx index 065d54aa9d6c..2524e0c9b30a 100644 --- a/sot/source/base/exchange.cxx +++ b/sot/source/base/exchange.cxx @@ -33,6 +33,7 @@ #define _SOT_FORMATS_INCLUDE_SYSTEMFORMATS #include <tools/debug.hxx> #include <tools/solar.h> +#include <tools/list.hxx> #include <tools/globname.hxx> #include <tools/string.hxx> #include <sot/sotdata.hxx> |