diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-18 20:06:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-19 09:35:22 +0100 |
commit | 64c9bda0b9d43a4b4cc1d40068f0d0fb261fb5b4 (patch) | |
tree | 431dbab24b3b8b884feee9a61151fab30d92620b /include/o3tl | |
parent | 9bca3cc18655d02f3c111d692b26339a6e3669d4 (diff) |
Remove include of config_global.h from sal/config.h
(where it is not actually needed), and instead include it where needed
Change-Id: I107f8d4002d3001393b89834dd30a30b0c53a792
Reviewed-on: https://gerrit.libreoffice.org/48152
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/strong_int.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/o3tl/strong_int.hxx b/include/o3tl/strong_int.hxx index 2c9177b405e0..c0378e344c69 100644 --- a/include/o3tl/strong_int.hxx +++ b/include/o3tl/strong_int.hxx @@ -25,6 +25,8 @@ #include <cassert> #include <type_traits> +#include <config_global.h> + namespace o3tl { |