diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-21 22:57:41 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-21 22:58:48 -0500 |
commit | e59ae45fec5e65bea1bb5770d79a3f027e6adcf6 (patch) | |
tree | 5dd3b598c9208dcb380a815364a0cd8a5c8a8eaf /sfx2/Library_sfx.mk | |
parent | 483cff5e661aa40c8fd16d62eeb68cc29872eb4b (diff) |
Forward declare all the std::vector based impl container classes.
Now #include <vector> is a goner...
Change-Id: Ia2da27bae5fadfa3f6f633e55fcedce405281b67
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 0fc03c2271c2..0a1100e1f51a 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -117,6 +117,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/appl/openuriexternally \ sfx2/source/appl/sfxhelp \ sfx2/source/appl/sfxpicklist \ + sfx2/source/appl/shellimpl \ sfx2/source/appl/shutdownicon \ sfx2/source/appl/workwin \ sfx2/source/appl/xpackcreator \ |