Browse Source

correct include

pre-master-46
dwarning 5 years ago
committed by Holger Vogt
parent
commit
c7e1b16cd7
  1. 4
      src/spicelib/devices/hicum2/hicumL2.cpp
  2. 4
      src/spicelib/devices/hicum2/hicumL2temp.cpp

4
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 <cmath>
#ifndef M_PI
#define M_PI 3.1415926535897932384626433832795
#endif
#include <duals/dual>
#include "duals/dual"
#include "hicumL2.hpp"
#include "hicumL2temp.hpp"
#include <functional>

4
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 <cmath>
#ifndef M_PI
#define M_PI 3.1415926535897932384626433832795
#endif
#include <duals/dual>
#include "duals/dual"
#include "hicumL2.hpp"
#include <functional>

Loading…
Cancel
Save