Skip to content

Commit

Permalink
Fix missing header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SwoopX committed Jul 6, 2021
1 parent 4da3d3d commit 7a4c190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions poll_manager.cpp
Expand Up @@ -10,6 +10,7 @@

#include "poll_manager.h"
#include "de_web_plugin_private.h"
#include "utils/utils.h"

/*! Constructor.
*/
Expand Down
1 change: 1 addition & 0 deletions reset_device.cpp
Expand Up @@ -9,6 +9,7 @@
*/

#include "de_web_plugin_private.h"
#include "utils/utils.h"

#define CHECK_RESET_DEVICES 3000
#define WAIT_CONFIRM 2000
Expand Down

0 comments on commit 7a4c190

Please sign in to comment.