From a261d399e0e29d9483e10090d6f49135f25593c6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 27 Jun 2021 12:17:51 -0600 Subject: [PATCH] microsoft docs say that only windows.h is required for QueryPerformance* --- libs/pbd/microseconds.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/pbd/microseconds.cc b/libs/pbd/microseconds.cc index 331cc6f778..7a8ce9233c 100644 --- a/libs/pbd/microseconds.cc +++ b/libs/pbd/microseconds.cc @@ -21,7 +21,6 @@ #include #ifdef PLATFORM_WINDOWS -#include #include // for LARGE_INTEGER #endif