Skip to content

Commit

Permalink
include <exception> for std::exception
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Mar 8, 2018
1 parent 8718d61 commit 2e7951a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/lib/ShogunException.h
Expand Up @@ -9,7 +9,7 @@

#include <shogun/lib/config.h>

#include <stdexcept>
#include <exception>
#include <string>

namespace shogun
Expand Down

0 comments on commit 2e7951a

Please sign in to comment.