Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
d9c8f24d
Commit
d9c8f24d
authored
Jul 04, 2011
by
Sebastian Eichelbaum
Browse files
[FIX] - tests compile again
parent
537b6598
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
src/modules/data/io/WPagerEEGLibeep.cpp
src/modules/data/io/WPagerEEGLibeep.cpp
+5
-5
src/modules/data/io/WReaderLibeep.cpp
src/modules/data/io/WReaderLibeep.cpp
+4
-4
src/modules/data/io/test/WReaderNIfTI_test.h
src/modules/data/io/test/WReaderNIfTI_test.h
+2
-2
No files found.
src/modules/data/io/WPagerEEGLibeep.cpp
View file @
d9c8f24d
...
...
@@ -22,6 +22,11 @@
//
//---------------------------------------------------------------------------
extern
"C"
{
#include <libeep/cnt/cnt.h>
}
#include <clocale>
#include <cstddef>
#include <cstdio>
...
...
@@ -32,11 +37,6 @@
#include <boost/shared_ptr.hpp>
extern
"C"
{
#include <libeep/cnt/cnt.h>
}
#include "core/common/exceptions/WOutOfBounds.h"
#include "core/dataHandler/exceptions/WDHIOFailure.h"
#include "core/dataHandler/exceptions/WDHNoSuchFile.h"
...
...
src/modules/data/io/WReaderLibeep.cpp
View file @
d9c8f24d
...
...
@@ -22,15 +22,15 @@
//
//---------------------------------------------------------------------------
#include <locale.h>
#include <string>
extern
"C"
{
#include <libeep/cnt/cnt.h>
}
#include <locale.h>
#include <string>
#include "core/common/WLogger.h"
#include "core/dataHandler/WEEG.h"
#include "core/dataHandler/exceptions/WDHNoSuchFile.h"
...
...
src/modules/data/io/test/WReaderNIfTI_test.h
View file @
d9c8f24d
...
...
@@ -31,8 +31,8 @@
#include <cxxtest/TestSuite.h>
#include "
../../..
/common/WLogger.h"
#include "
../..
/exceptions/WDHNoSuchFile.h"
#include "
core
/common/WLogger.h"
#include "
core/dataHandler
/exceptions/WDHNoSuchFile.h"
#include "../WReaderNIfTI.h"
#include "../WReaderNIfTI.cpp" //need this to be able instatiate template function
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment