From 822b5443fe96f86351c6c8ee6460ebd5225e9251 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 30 Sep 2014 18:51:08 +0200 Subject: add missing header include (for snprintf) --- libs/pbd/pathexpand.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/pbd/pathexpand.cc') 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 #include #include -- cgit v1.2.3