Include wx/math.h in the file using wxRound()

Although it seems to be already included from some other header
implicitly, prefer to also include it explicitly to avoid any breakage
later.
This commit is contained in:
Vadim Zeitlin
2020-07-21 17:11:14 +02:00
parent af7a6ed2d0
commit a2c55fa834

View File

@@ -14,6 +14,7 @@
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/math.h"
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/panel.h"