Skip to content

Commit

Permalink
Fix travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Sep 6, 2018
1 parent b40601c commit 8b0a36e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lapack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "gsl/gsl_linalg.h"
#include "gsl/gsl_matrix.h"
#include "gsl/gsl_vector.h"
#include "gsl/gsl_sys.h" // for gsl_isnan, gsl_isinf, gsl_isfinite
#include <cmath>
#include <iostream>
#include <vector>
Expand Down

0 comments on commit 8b0a36e

Please sign in to comment.