From c8ff3059a79cc7358c68189840b5abcd5680bbe3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 28 Aug 2017 08:40:30 +0200 Subject: move all the basic errcodes to one file Change-Id: Ic3353c80ac9fdbd17f17503b1c973c9a7cef0c7f Reviewed-on: https://gerrit.libreoffice.org/41617 Tested-by: Jenkins Reviewed-by: Noel Grandin --- basic/source/sbx/sbxlng.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'basic/source/sbx/sbxlng.cxx') diff --git a/basic/source/sbx/sbxlng.cxx b/basic/source/sbx/sbxlng.cxx index 9c906f631e40..0eadecb07423 100644 --- a/basic/source/sbx/sbxlng.cxx +++ b/basic/source/sbx/sbxlng.cxx @@ -19,6 +19,7 @@ #include #include +#include #include "sbxconv.hxx" #include -- cgit