mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-16 15:54:27 -04:00
fix build with wxWidgets 3.1.3 (#765)
AppFrame.cpp use wxToolTip() without including the library
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
#include <wx/bitmap.h>
|
#include <wx/bitmap.h>
|
||||||
#include <wx/statbmp.h>
|
#include <wx/statbmp.h>
|
||||||
|
#include <wx/tooltip.h>
|
||||||
|
|
||||||
#include "PrimaryGLContext.h"
|
#include "PrimaryGLContext.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user