From 8d82aad66e679b5a03d1d3bc563614207815b7a9 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 29 Nov 2023 16:55:01 +0100 Subject: [PATCH] Fix a missing #include in the CEF code. --- nageru/cef_capture.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/nageru/cef_capture.cpp b/nageru/cef_capture.cpp index 95d997c..fcd91a7 100644 --- a/nageru/cef_capture.cpp +++ b/nageru/cef_capture.cpp @@ -7,6 +7,7 @@ #include "cef_capture.h" #include "nageru_cef_app.h" +#include "nageru/defs.h" #undef CHECK #include -- 2.39.2