summaryrefslogtreecommitdiff
path: root/vest/line_optimizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'vest/line_optimizer.h')
-rw-r--r--vest/line_optimizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/line_optimizer.h b/vest/line_optimizer.h
index 1b5382cd..99a591f4 100644
--- a/vest/line_optimizer.h
+++ b/vest/line_optimizer.h
@@ -3,10 +3,10 @@
#include <vector>
+#include "sparse_vector.h"
#include "error_surface.h"
#include "sampler.h"
-template <typename T> class SparseVector;
class Weights;
struct LineOptimizer {