From 2611a772333f78fb86748adf324142d19903cc87 Mon Sep 17 00:00:00 2001 From: Thoralf Klein Date: Wed, 19 Mar 2014 23:21:43 +0100 Subject: [PATCH] Fix broken imports that slipped through the tests. --- examples/undocumented/libshogun/so_multiclass.cpp | 1 + src/shogun/io/BinaryFile.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/undocumented/libshogun/so_multiclass.cpp b/examples/undocumented/libshogun/so_multiclass.cpp index 26576a32465..f0bbdea855f 100644 --- a/examples/undocumented/libshogun/so_multiclass.cpp +++ b/examples/undocumented/libshogun/so_multiclass.cpp @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/src/shogun/io/BinaryFile.cpp b/src/shogun/io/BinaryFile.cpp index 51579cee8fd..3c15ae1d41f 100644 --- a/src/shogun/io/BinaryFile.cpp +++ b/src/shogun/io/BinaryFile.cpp @@ -11,7 +11,7 @@ #include #include #include -#include "lib/DataType.h" +#include #include #include #include