From 31323fe3c2f4ffc0d2f072f7e37ec26ebe2de609 Mon Sep 17 00:00:00 2001 From: rainbow Date: Tue, 29 Oct 2019 07:38:31 +0000 Subject: [PATCH] fix build with wxWidgets 3.1.3 (#765) AppFrame.cpp use wxToolTip() without including the library --- src/AppFrame.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AppFrame.h b/src/AppFrame.h index 6dde7de..b4a42e5 100644 --- a/src/AppFrame.h +++ b/src/AppFrame.h @@ -9,6 +9,7 @@ #include #include #include +#include #include "PrimaryGLContext.h"