Fixed gcc builds with stdc++0x (math.h issue)

This commit is contained in:
Matthias Koefferlein 2019-11-10 01:30:45 +01:00
parent 817bbf81f1
commit b220374bd1
3 changed files with 8 additions and 8 deletions

View File

@ -25,15 +25,15 @@
#include <QApplication>
#include <QInputEvent>
#include <stdlib.h>
#include <math.h>
#include "layProgress.h"
#include "layMainWindow.h"
#include "layProgressWidget.h"
#include "tlProgress.h"
#include "tlDeferredExecution.h"
#include <stdlib.h>
#include <math.h>
namespace lay
{

View File

@ -23,11 +23,11 @@
#include "layProgressWidget.h"
#include <math.h>
#include <QFrame>
#include <QGridLayout>
#include <math.h>
namespace lay
{

View File

@ -21,14 +21,14 @@
*/
#include <math.h>
#include <stdio.h>
#include "tlProgress.h"
#include "tlString.h"
#include "tlAssert.h"
#include "tlThreads.h"
#include <stdio.h>
#include <math.h>
namespace tl
{