mirror of https://github.com/KLayout/klayout.git
Fixed gcc builds with stdc++0x (math.h issue)
This commit is contained in:
parent
817bbf81f1
commit
b220374bd1
|
|
@ -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
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -23,11 +23,11 @@
|
|||
|
||||
#include "layProgressWidget.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include <QFrame>
|
||||
#include <QGridLayout>
|
||||
|
||||
#include <math.h>
|
||||
|
||||
namespace lay
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue