Skip to content

Commit d3e1b02

Browse files
committed
Fixed compilation on CentOS.
1 parent ef745df commit d3e1b02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DynamicAudioNormalizerAPI/src/DynamicAudioNormalizer.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
// http://www.gnu.org/licenses/lgpl-2.1.txt
2020
//////////////////////////////////////////////////////////////////////////////////
2121

22+
#ifndef __STDC_FORMAT_MACROS
23+
#define __STDC_FORMAT_MACROS 1
24+
#endif
25+
2226
#include "DynamicAudioNormalizer.h"
2327

2428
#include "Common.h"

0 commit comments

Comments
 (0)