mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
Fixed header defined guard for Eclipse engine
This commit is contained in:
parent
c8785c94bb
commit
806a3fb87d
@ -19,8 +19,8 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef GR_SDRDAEMONFEC_LIB_MOVINGAVERAGE_H_
|
||||
#define GR_SDRDAEMONFEC_LIB_MOVINGAVERAGE_H_
|
||||
#ifndef _UTIL_MOVINGAVERAGE_H_
|
||||
#define _UTIL_MOVINGAVERAGE_H_
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user