mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
fix two mysterious problems with stdint types
This commit is contained in:
parent
fdbb93ea3c
commit
0fb82b76e4
2 changed files with 5 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "pbd/signals.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,9 +21,13 @@
|
|||
|
||||
#include <cassert>
|
||||
#include <list>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boost/pool/pool.hpp>
|
||||
#include <boost/pool/pool_alloc.hpp>
|
||||
|
||||
#include <glibmm/threads.h>
|
||||
|
||||
#include "pbd/signals.h"
|
||||
|
||||
#include "evoral/visibility.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue