1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 16:08:39 -05:00

libfreedv: added missing cstddef include

This commit is contained in:
f4exb 2019-03-05 03:26:59 +01:00
parent 0951b96b93
commit d3030b37eb

View File

@ -13,6 +13,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <cstddef>
#include "codec2/comp.h"
#include "defines.h"