summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-03 17:14:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-03 17:14:58 +0100
commit2033e7c4f2c0a199dc6124e2ec519f06e7bf0aa3 (patch)
tree48d2afdc140d4e0777929c02af688e6207d6717d
parentcede5686f6b622686f6f5c5a3b69e1af7e086741 (diff)
include vector for std::vector
Change-Id: I5d356210ec802fbccea512561cc67e85da760146
-rw-r--r--sc/inc/global.hxx1
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;