mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
- Makefile cleanup / pet portlint - Reduce available set of OPTIONS - DEBUG, GCOV, EFENCE not supported anymore - ASS and LUA now required by port PR: 191375 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit)
11 lines
227 B
C++
11 lines
227 B
C++
--- src/base_grid.h.orig
|
|
+++ src/base_grid.h
|
|
@@ -39,6 +39,8 @@
|
|
#include <map>
|
|
#include <memory>
|
|
#include <vector>
|
|
+#include <wx/brush.h>
|
|
+#include <wx/scrolbar.h>
|
|
#include <wx/window.h>
|
|
|
|
#include "selection_controller.h"
|