FIX: size_t definition not visible in some cases causing failed compilation.
This commit is contained in:
Vincent Sonnier 2017-01-29 17:15:27 +01:00 committed by GitHub
commit 5b1383ab64
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() {