From c7e1b16cd7375afe4151ad8c25cf9f4d03a27cc9 Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 1 Nov 2020 18:50:39 +0100 Subject: [PATCH] correct include --- src/spicelib/devices/hicum2/hicumL2.cpp | 4 ++-- src/spicelib/devices/hicum2/hicumL2temp.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/spicelib/devices/hicum2/hicumL2.cpp b/src/spicelib/devices/hicum2/hicumL2.cpp index 9ba903399..d60a7aaa8 100644 --- a/src/spicelib/devices/hicum2/hicumL2.cpp +++ b/src/spicelib/devices/hicum2/hicumL2.cpp @@ -13,11 +13,11 @@ Model Author : 1990 Michael Schröter TU Dresden * - lambda functions are used to calculate derivatives of larger Verilog Macros */ -#include "cmath" +#include #ifndef M_PI #define M_PI 3.1415926535897932384626433832795 #endif -#include +#include "duals/dual" #include "hicumL2.hpp" #include "hicumL2temp.hpp" #include diff --git a/src/spicelib/devices/hicum2/hicumL2temp.cpp b/src/spicelib/devices/hicum2/hicumL2temp.cpp index 51a7d7ba8..66f5bfc8e 100644 --- a/src/spicelib/devices/hicum2/hicumL2temp.cpp +++ b/src/spicelib/devices/hicum2/hicumL2temp.cpp @@ -4,11 +4,11 @@ Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenm Model Author : 1990 Michael Schröter TU Dresden **********/ -#include "cmath" +#include #ifndef M_PI #define M_PI 3.1415926535897932384626433832795 #endif -#include +#include "duals/dual" #include "hicumL2.hpp" #include