Skip to content

Commit

Permalink
include <string> header to support gcc 13
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-adnuntius committed Dec 29, 2023
1 parent 58e54b1 commit 717a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi_panel.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include "wpa_event.h"
#include "button_container.h"
#include "lvgl/lvgl.h"

#include <mutex>
#include <string>

class WifiPanel {
public:
Expand Down

0 comments on commit 717a020

Please sign in to comment.