mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-06 15:17:49 -04:00
FIX: size_t definition not visible on some systems, so include stddef.h explicitly
This commit is contained in:
parent
cce1faa1ad
commit
c00060a7d9
@ -2,6 +2,7 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
#include "Gradient.h"
|
#include "Gradient.h"
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
Gradient::Gradient() {
|
Gradient::Gradient() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user