mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-04 10:38:50 -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+
|
||||
|
||||
#include "Gradient.h"
|
||||
#include <stddef.h>
|
||||
|
||||
Gradient::Gradient() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user