fixed linux build bug

This commit is contained in:
Ryzerth
2020-12-22 20:00:51 +01:00
parent 4a86d6073c
commit d5c0fdd525
39 changed files with 675 additions and 20 deletions

View File

@ -3,7 +3,7 @@
#include <gui/widgets/frequency_select.h>
#include <gui/widgets/menu.h>
#include <gui/dialogs/loading_screen.h>
#include <new_module.h>
#include <module.h>
namespace gui {
SDRPP_EXPORT ImGui::WaterFall waterfall;

View File

@ -2,7 +2,7 @@
#include <string>
#include <vector>
#include <map>
#include <new_module.h>
#include <module.h>
class Menu {
public: