Missing include for intptr_t
commitc047e3f98f28d1cedd0ec1c7aa4a64da68cbf2c1
authorStephan Bergmann <sbergman@redhat.com>
Thu, 30 Sep 2021 10:46:34 +0000 (30 12:46 +0200)
committerStephan Bergmann <sbergman@redhat.com>
Thu, 30 Sep 2021 13:55:11 +0000 (30 15:55 +0200)
tree825623c775076e23f408a7975df1d54d65e0a889
parenta247d574fa32770b19875e8ca967a32a32ef0f36
Missing include for intptr_t

...at least when building with clang-cl against recent MSVC 2019 standard
library:

> external/clew/source/include\clew/clew.h(319,9): error: unknown type name 'intptr_t'
> typedef intptr_t            cl_context_properties;
>         ^

Change-Id: Ib438b680964028461ac3e566410fc90259d015b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122888
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
external/clew/source/include/clew/clew.h