Skip to content

Commit

Permalink
browser: fix msvc build probably
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamcake committed Oct 21, 2024
1 parent 4224132 commit 632de86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/browser/window_osr.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include "window_plugin_requests.hxx"
#include "../file_manager/directory.hxx"

#include <mutex>

struct RepositionEvent;
struct MouseMotionEvent;
struct MouseButtonEvent;
Expand Down
2 changes: 2 additions & 0 deletions src/browser/window_plugin_requests.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include "../file_manager.hxx"
#include "include/cef_request_handler.h"

#include <mutex>

namespace Browser {
/// Abstract class handling requests from plugin-managed browsers
struct PluginRequestHandler: public CefRequestHandler {
Expand Down

0 comments on commit 632de86

Please sign in to comment.