mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
C standard library functions and types are now prefixed with std:: (#227)
This commit is contained in:
committed by
Peter Johnson
parent
dbe03afb9a
commit
087eeec760
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "Filters/LinearDigitalFilter.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
||||
/**
|
||||
* Create a linear FIR or IIR filter.
|
||||
|
||||
Reference in New Issue
Block a user