mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -05:00
Merge pull request #504 from cjcliffe/vso_fix_#503
FIX: size_t definition not visible in some cases causing failed compilation.
This commit is contained in:
commit
5b1383ab64
@ -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