Explorar el Código

Update file_exists_error.h

acegoal07 hace 1 año
padre
commit
5971c2a40f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scences/file_exists_error.h

+ 1 - 1
scences/file_exists_error.h

@@ -1,9 +1,9 @@
 #pragma once
 #include <furi.h>
 #include <gui/gui.h>
+#include <gui/modules/popup.h>
 #include <gui/view_dispatcher.h>
 #include <gui/scene_manager.h>
-#include <gui/modules/file_browser.h>
 
 void nfc_playlist_file_select_scene_on_enter(void* context);
 bool nfc_playlist_file_select_scene_on_event(void* context, SceneManagerEvent event);