Skip to content

Commit

Permalink
fix(icon): missing c header
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 15, 2024
1 parent 325a02d commit ec10f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/icon.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "icon.h"
#include "icon.hpp"

#include "stash.hpp"

extern "C"
Expand Down
1 change: 0 additions & 1 deletion src/webview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "preferences.hpp"

#include "memory.h"
#include "webview.h"

#include "utils/wrap.hpp"
#include "utils/handle.hpp"
Expand Down

0 comments on commit ec10f8c

Please sign in to comment.