Include pbd/localtime_r.h for mingw build

This commit is contained in:
Paul Davis 2013-07-13 08:19:03 -04:00
parent e4ab2ffbfb
commit ff825cd8bd
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#include <sys/time.h>
#include <time.h>
#include "pbd/localtime_r.h"
#include "midi++/parser.h"
#include "midi++/manager.h"