Skip to content
Snippets Groups Projects
Commit 698b80e0 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Merge branch 'implicit-fix' into 'master'

Implicit declaration compilation fix

See merge request !373
parents 56d0b3a4 05cf303d
No related branches found
No related tags found
3 merge requests!439RCG 5.0 release fro deb 10,!387Merge master branch into debian packaging branch,!373Implicit declaration compilation fix
This commit is part of merge request !387. Comments created here will be created in the context of that merge request.
......@@ -5,8 +5,11 @@
#include "controllerko.h" //CDIO* Globals and tdsControl/tdsCount
#include "modelRateInfo.h" ////CYCLE_PER_SECOND, FE_RATE
#include "qnorm.h"
#include "util/inlineMath.h"
#include "util/timing.h"
#include "util/random_bytes.h"
#include "util/prng_xoroshiroPP.h"
#include "fm10Gen.h"
#include "tRamp.h"
#include "isnan.h"
......
......@@ -106,7 +106,7 @@
#ifndef LIGO_QNORM_H
#define LIGO_QNORM_H
#include "inlineMath.h"
#include "util/inlineMath.h"
#define ML_POSINF (1.0 / 0.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment