summaryrefslogtreecommitdiffstats
path: root/include/formula/ExternalReferenceHelper.hxx
diff options
context:
space:
mode:
authorJorenz Paragas <j.paragas.237@gmail.com>2016-06-16 18:59:35 -0700
committerNoel Grandin <noelgrandin@gmail.com>2016-06-21 07:58:59 +0000
commit8a6bffd2fefcc81dc34951ba2e178d9938b59fb3 (patch)
treedfe32bb6c0a7ed8d5f462f3c557c42bd01232e74 /include/formula/ExternalReferenceHelper.hxx
parentGALLERY_USE_CLIPBOARD unused since 2001 (diff)
downloadcore-8a6bffd2fefcc81dc34951ba2e178d9938b59fb3.tar.gz
core-8a6bffd2fefcc81dc34951ba2e178d9938b59fb3.zip
tdf#42949: clean up includes in include/formula with iwyu
Change-Id: Ieb601d98be80aeb2239d4f0a330d90e63f1abc43 Reviewed-on: https://gerrit.libreoffice.org/26398 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/formula/ExternalReferenceHelper.hxx')
-rw-r--r--include/formula/ExternalReferenceHelper.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/formula/ExternalReferenceHelper.hxx b/include/formula/ExternalReferenceHelper.hxx
index 6c93286129ce..364307f637a8 100644
--- a/include/formula/ExternalReferenceHelper.hxx
+++ b/include/formula/ExternalReferenceHelper.hxx
@@ -20,8 +20,11 @@
#ifndef INCLUDED_FORMULA_EXTERNALREFERENCEHELPER_HXX
#define INCLUDED_FORMULA_EXTERNALREFERENCEHELPER_HXX
-#include <rtl/ustring.hxx>
+#include <cstddef>
+
#include <formula/formuladllapi.h>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
namespace formula
{