From 5289d44821f56d8d87acd057bed89fee9911d2f8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 26 Jun 2021 18:40:44 -0600 Subject: [PATCH] window compilation fix --- libs/pbd/windows_timer_utils.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pbd/windows_timer_utils.cc b/libs/pbd/windows_timer_utils.cc index e6d3f8fd9c..be09b18f31 100644 --- a/libs/pbd/windows_timer_utils.cc +++ b/libs/pbd/windows_timer_utils.cc @@ -111,3 +111,4 @@ reset_resolution () } // namespace MMTIMERS +} // namespace PBD