Add missing include cmath

This commit is contained in:
David Mueller 2020-05-13 09:28:59 -07:00 committed by GitHub
parent 1f8bfd2393
commit f14c02b065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include <QVariant>
#include <google/protobuf/descriptor.h>
#include <vector>
#include <cmath>
extern QMainWindow *mainWindow;