mirror of https://github.com/KLayout/klayout.git
Fixed gcc builds with stdc++0x (M_PI no longer available)
This commit is contained in:
parent
a697df021c
commit
817bbf81f1
|
|
@ -20,10 +20,6 @@
|
|||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "dbBox.h"
|
||||
#include "dbLayout.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue