fix optimized build

This commit is contained in:
Robin Gareus 2016-03-19 17:14:23 +01:00
parent 04bcae498c
commit 4561788777

View file

@ -18,6 +18,7 @@
#include <stdlib.h>
#include <string.h>
#include <cstdio>
#ifndef PLATFORM_WINDOWS
#include <sys/mman.h>
@ -25,10 +26,6 @@
#include "pbd/reallocpool.h"
#if defined RAP_WITH_SEGMENT_STATS || defined RAP_WITH_CALL_STATS
#include <cstdio>
#endif
#ifdef RAP_WITH_SEGMENT_STATS
#define STATS_segment collect_segment_stats();
#else