Skip to content

Commit 63891ed

Browse files
fix: fix standalone compile for native plugin header
1 parent fedf44c commit 63891ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BetterNCMNativePlugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <vector>
66
#include <memory>
77
#include "3rd/libcef/include/capi/cef_v8_capi.h"
8-
8+
#include <atomic>
99
typedef struct _cef_task_post_exec cef_task_post_exec_t;
1010

1111
void CEF_CALLBACK exec(struct _cef_task_t* self);

0 commit comments

Comments
 (0)