diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-09 16:16:46 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-11 12:14:25 -0400 |
commit | 512ccd16de2d64a1fd64da92eeb61680b43797ee (patch) | |
tree | f0423a82b60cc0fe0f22768ef36abacc8cdb45ca /sc/inc/tokenarray.hxx | |
parent | 0eabc71b59b97e51b8ee9630873dc8db3401f8f3 (diff) |
Make the same change to the orcus interface & remove unused methods.
Change-Id: I1263026133b694e531c0a99b16d622e1ae12db48
Diffstat (limited to 'sc/inc/tokenarray.hxx')
-rw-r--r-- | sc/inc/tokenarray.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx index d926c9bb8c80..83a3988d4643 100644 --- a/sc/inc/tokenarray.hxx +++ b/sc/inc/tokenarray.hxx @@ -25,6 +25,8 @@ #include "scdllapi.h" #include "types.hxx" #include "calcmacros.hxx" +#include "address.hxx" +#include "global.hxx" #include <formula/tokenarray.hxx> namespace sc { |