Skip to content
Snippets Groups Projects
Commit 896c4b42 authored by Michael Zbyszyński's avatar Michael Zbyszyński
Browse files

some trivial stuff revealed by tighter compiler settings

parent 73e62ecd
Branches
Tags
No related merge requests found
RapidLib @ 5f5d5797
Subproject commit 839880dd3b3e3ea3caa3f800f513f7fc2a8cf679
Subproject commit 5f5d57978fa5d9511e90a91a268270a1803484b2
......@@ -10,7 +10,7 @@
#ifndef machineLearning_h
#define machineLearning_h
#include "../rapidMix.h"
#include "../rapidmix.h"
////////// Include all of the machine learning algorithms here
#include "classification.h"
......
......@@ -15,7 +15,7 @@
#include <string>
#include <unordered_map>
#include "../rapidMix.h"
#include "../rapidmix.h"
#include "json.h"
namespace rapidmix {
......
......@@ -11,7 +11,7 @@
#ifndef signalProcessing_h
#define signalProcessing_h
#include "rapidMix.h"
#include "rapidmix.h"
#include "maximilian.h"
#include "maxim.h"
#include "rapidStream.h"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment