1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-20 11:56:36 -04:00

Fixed header defined guard for Eclipse engine

This commit is contained in:
f4exb 2016-07-14 20:31:26 +02:00
parent c8785c94bb
commit 806a3fb87d

View File

@ -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>