fix two mysterious problems with stdint types

This commit is contained in:
Paul Davis 2014-06-03 16:38:33 -04:00
parent 8fa81c1436
commit 8b745aa4b4
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <string>
#include <vector>
#include <stdint.h>
#include "pbd/signals.h"

View File

@ -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"