cmath is needed

This commit is contained in:
Steve Franke 2018-12-06 11:11:57 -06:00
parent 8134c334cb
commit ed90b56819
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include "mainwindow.h"
#include <cinttypes>
#include <cstring>
#include <cmath>
#include <limits>
#include <functional>
#include <fstream>