summaryrefslogtreecommitdiff
path: root/sc/inc/types.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 15:26:28 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 15:33:50 -0400
commit74b5f592dbbd499ef4c50601e92e393623244c4c (patch)
treeec61afbd87fa178776c260b71f9dda3ca7636712 /sc/inc/types.hxx
parent76f20ffd2f5aafe284fc52baac4b304d7e8edaca (diff)
Some feeble attempt to reduce dependency on token.hxx header.
But I didn't go far. Change-Id: Iaf9cbac99812c1bf7d7f2db2ad5bb6231ea5e292
Diffstat (limited to 'sc/inc/types.hxx')
-rw-r--r--sc/inc/types.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx
index 487afcd09676..445311e97ea4 100644
--- a/sc/inc/types.hxx
+++ b/sc/inc/types.hxx
@@ -10,6 +10,8 @@
#ifndef SC_TYPES_HXX
#define SC_TYPES_HXX
+#include "sal/types.h"
+
#include <boost/intrusive_ptr.hpp>
class ScMatrix;