Skip to content
Snippets Groups Projects

Implicit declaration compilation fix

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:implicit-fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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)
Loading