math.h -> cmath

main
Artem Proskurnev 2 years ago
parent 75946e767f
commit 5b2497157e
  1. 2
      qtsgraph.h

@ -50,7 +50,7 @@ along with Vesi. If not, see <http://www.gnu.org/licenses/>.
#include <QTime>
#include <string>
#include <QDebug>
#include <math.h>
#include <cmath>
#define clRed 0xFF0000
#define clGreen 0x00FF00

Loading…
Cancel
Save