summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-30 18:51:08 +0200
committerRobin Gareus <robin@gareus.org>2014-09-30 19:08:16 +0200
commit822b5443fe96f86351c6c8ee6460ebd5225e9251 (patch)
tree14166a53dea6d725c419890076ab15b26e5e1c5a /libs/pbd
parente7255b04735d02dcdd02cbf6caabb02a9ef91aca (diff)
add missing header include (for snprintf)
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pathexpand.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pathexpand.cc b/libs/pbd/pathexpand.cc
index 8184624d89..f9c42b4948 100644
--- a/libs/pbd/pathexpand.cc
+++ b/libs/pbd/pathexpand.cc
@@ -37,6 +37,7 @@ using std::vector;
#ifdef COMPILER_MINGW
+#include <stdio.h>
#include <stdlib.h>
#include <glibmm.h>