13
0

Do not include <stdint.h> in the Ardour namespace

This commit is contained in:
Robin Gareus 2020-03-02 17:44:10 +01:00
parent 8d6f6266d2
commit be4bdb5365
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,9 @@
This software is distributed without any warranty.
See <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
#include <stdint.h>
/* don't use global includes, since this file is included in "namespace ardour" */
//#include <stdint.h>
#define MINIMP3_MAX_SAMPLES_PER_FRAME (1152*2)

View File

@ -20,6 +20,8 @@
#ifndef _ardour_mp3file_importable_source_h_
#define _ardour_mp3file_importable_source_h_
#include <stdint.h>
#include "ardour/libardour_visibility.h"
#include "ardour/types.h"
#include "ardour/importable_source.h"