Skip to content

Commit

Permalink
Merge pull request #2051 from tklein23/fixing_broken_imports
Browse files Browse the repository at this point in the history
Fix broken CmdLineInterface (missing shogun/base/init.h)
  • Loading branch information
tklein23 committed Mar 20, 2014
2 parents fcd588b + c76fcfc commit c925db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/cmdline_static/CmdLineInterface.cpp
@@ -1,5 +1,6 @@
#include "CmdLineInterface.h"

#include <shogun/base/init.h>
#include <shogun/lib/config.h>
#include <shogun/lib/ShogunException.h>
#include <shogun/io/SGIO.h>
Expand Down

0 comments on commit c925db1

Please sign in to comment.