From 4c1dcb70bb6381b3693f98ce1350fd5a66904449 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 26 Jun 2021 18:33:27 -0600 Subject: [PATCH] compilation error fix for windows --- libs/pbd/microseconds.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pbd/microseconds.cc b/libs/pbd/microseconds.cc index da7c38d594..2d0810fb74 100644 --- a/libs/pbd/microseconds.cc +++ b/libs/pbd/microseconds.cc @@ -25,6 +25,7 @@ #include // for LARGE_INTEGER #endif +#include "pbd/error.h" #include "pbd/microseconds.h" #ifdef PLATFORM_WINDOWS