From 01f65f557f02078688b2c8d63bb4aad3d5ea0440 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 3 Nov 2019 14:15:11 +0100 Subject: [PATCH] Fix build -- 'printf' was not declared in this scope --- libs/pbd/debug.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pbd/debug.cc b/libs/pbd/debug.cc index 7fe7a1b90b..a6ff1dda56 100644 --- a/libs/pbd/debug.cc +++ b/libs/pbd/debug.cc @@ -20,6 +20,7 @@ */ #include +#include #include #include #include