From cd6ee9441270f4a0dcc3ac826e00b233c0071097 Mon Sep 17 00:00:00 2001 From: Igor Pereira Date: Sat, 28 Feb 2026 22:08:26 +0100 Subject: [PATCH] include pybind common macros first in pyevdi --- pyevdi/Card.cpp | 2 ++ pyevdi/PyEvdi.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pyevdi/Card.cpp b/pyevdi/Card.cpp index 0256b3dc..f710ec4e 100644 --- a/pyevdi/Card.cpp +++ b/pyevdi/Card.cpp @@ -1,4 +1,6 @@ // Copyright (c) 2022 DisplayLink (UK) Ltd. +#include + #include #include "../library/evdi_lib.h" diff --git a/pyevdi/PyEvdi.cpp b/pyevdi/PyEvdi.cpp index 9fadaddc..7817492b 100644 --- a/pyevdi/PyEvdi.cpp +++ b/pyevdi/PyEvdi.cpp @@ -1,4 +1,6 @@ // Copyright (c) 2022 DisplayLink (UK) Ltd. +#include + #include #include #include