Skip to content

Commit

Permalink
set relative include headers paths
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlarralde committed Jul 13, 2016
1 parent 211c77e commit 4890c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/distributions/xmmGaussianDistribution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/

#include "xmmGaussianDistribution.hpp"
#include "xmmMatrix.hpp"
#include "../common/xmmMatrix.hpp"
#include <algorithm>

#ifdef WIN32
Expand Down
2 changes: 1 addition & 1 deletion src/models/gmm/xmmGmm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/

#include "xmmGmm.hpp"
#include "xmmKMeans.hpp"
#include "../kmeans/xmmKMeans.hpp"

xmm::GMM::GMM(bool bimodal) : Model<SingleClassGMM, GMM>(bimodal) {}

Expand Down

0 comments on commit 4890c44

Please sign in to comment.