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/?a=commitdiff_plain;h=8d82aad66e679b5a03d1d3bc563614207815b7a9;hp=1d1eeb975aebdeb871896a92479f7405fc1bfc94;p=nageru 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