]> git.sesse.net Git - nageru/commitdiff
Fix a missing #include in the CEF code.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Nov 2023 15:55:01 +0000 (16:55 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Nov 2023 15:55:26 +0000 (16:55 +0100)
nageru/cef_capture.cpp

index 95d997c07850b462e8c5a2b8524decf8be89d53a..fcd91a73ffb13fb858706ceb11f83acfd94a4589 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "cef_capture.h"
 #include "nageru_cef_app.h"
+#include "nageru/defs.h"
 
 #undef CHECK
 #include <cef_app.h>