FIX: size_t definition not visible on some systems, so include stddef.h explicitly

This commit is contained in:
vsonnier 2017-01-29 17:10:25 +01:00
parent cce1faa1ad
commit c00060a7d9
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// SPDX-License-Identifier: GPL-2.0+
#include "Gradient.h"
#include <stddef.h>
Gradient::Gradient() {