mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix optimized build
This commit is contained in:
parent
04bcae498c
commit
4561788777
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue