From 8e6fcc484ca19302d492bb9480cb0e54a4d777bd Mon Sep 17 00:00:00 2001 From: Christoph Rosemann <Christoph.Rosemann@desy.de> Date: Tue, 27 May 2014 12:32:40 +0000 Subject: [PATCH] changes are better when done complete. -- Compuzius --- DDSurfaces/include/DDSurfaces/Vector3D.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDSurfaces/include/DDSurfaces/Vector3D.h b/DDSurfaces/include/DDSurfaces/Vector3D.h index 75a9c881e..42f79b7ca 100644 --- a/DDSurfaces/include/DDSurfaces/Vector3D.h +++ b/DDSurfaces/include/DDSurfaces/Vector3D.h @@ -1,9 +1,9 @@ #ifndef DDSurfaces_Vector3D_h #define DDSurfaces_Vector3D_h 1 -#include <math.h> +#include <cmath> #include <iostream> -#include "assert.h" +#include <cassert> namespace DDSurfaces { -- GitLab