Modernize deprecated header inclusion (#3137)

This commit is contained in:
Eisuke Kawashima
2020-05-04 17:40:57 +09:00
committed by GitHub
parent 715100b276
commit 75f03412ef
83 changed files with 127 additions and 127 deletions

View File

@@ -14,7 +14,7 @@
#include "TriangleSmooth.h"
#include <iostream>
#include <boost/smart_ptr.hpp>
#include <math.h>
#include <cmath>
#include <Numerics/SymmMatrix.h>
#include "DistGeomUtils.h"
#include <RDGeneral/utils.h>