Skip to content

Commit ec10f8c

Browse files
committed
fix(icon): missing c header
1 parent 325a02d commit ec10f8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/icon.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#include "icon.h"
12
#include "icon.hpp"
3+
24
#include "stash.hpp"
35

46
extern "C"

src/webview.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "preferences.hpp"
88

99
#include "memory.h"
10-
#include "webview.h"
1110

1211
#include "utils/wrap.hpp"
1312
#include "utils/handle.hpp"

0 commit comments

Comments
 (0)