mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Dropping glew and using ImGui's loader instead
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
#include <imgui_internal.h>
|
||||
#include <dsp/stream.h>
|
||||
#include <mutex>
|
||||
#include <GL/glew.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <GL/gl.h>
|
||||
|
||||
namespace ImGui {
|
||||
class ImageDisplay {
|
||||
|
||||
Reference in New Issue
Block a user