From 5c8df87205f4ddf1cd786aa745be148a81c546a3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 26 Jun 2021 18:43:17 -0600 Subject: [PATCH] window compilation fix --- libs/pbd/microseconds.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pbd/microseconds.cc b/libs/pbd/microseconds.cc index a068975399..e064b78aae 100644 --- a/libs/pbd/microseconds.cc +++ b/libs/pbd/microseconds.cc @@ -27,6 +27,7 @@ #include "pbd/error.h" #include "pbd/microseconds.h" +#include "pbd/i18n.h" #ifdef PLATFORM_WINDOWS static double timer_rate_usecs = 0.0;