diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-03 17:14:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-03 17:14:58 +0100 |
commit | 2033e7c4f2c0a199dc6124e2ec519f06e7bf0aa3 (patch) | |
tree | 48d2afdc140d4e0777929c02af688e6207d6717d | |
parent | cede5686f6b622686f6f5c5a3b69e1af7e086741 (diff) |
include vector for std::vector
Change-Id: I5d356210ec802fbccea512561cc67e85da760146
-rw-r--r-- | sc/inc/global.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 4e49e36a0822..c43159885910 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -38,6 +38,7 @@ #include "scdllapi.h" #include <boost/unordered_map.hpp> +#include <vector> class ImageList; class Bitmap; |