From: Steinar H. Gunderson Date: Wed, 29 Nov 2023 15:55:01 +0000 (+0100) Subject: Fix a missing #include in the CEF code. X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=8d82aad66e679b5a03d1d3bc563614207815b7a9 Fix a missing #include in the CEF code. --- 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