From 118f549361dec9f06f44d7119044da5fffbcaee5 Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Mon, 13 Jan 2025 15:07:20 -0500 Subject: [PATCH] Trying to fix windows compile error - 2 --- Common/IPCHandler.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/IPCHandler.cxx b/Common/IPCHandler.cxx index 784b2443..dd85c034 100644 --- a/Common/IPCHandler.cxx +++ b/Common/IPCHandler.cxx @@ -5,6 +5,7 @@ #include #include #include +#include #if defined(WIN32) #ifdef _WIN32_WINNT