e7cbcdf86e
Change-Id: I731eb3039f9f43ac05d3b60d5387ff44c5986a71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176049 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
10 lines
150 B
Text
10 lines
150 B
Text
--- core/src/ZXNullable.h
|
|
+++ core/src/ZXNullable.h
|
|
@@ -5,6 +5,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstddef>
|
|
#include <stdexcept>
|
|
#include <utility>
|
|
|