Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ef57efc7
You need to sign in or sign up before continuing.
Commit
ef57efc7
authored
Sep 06, 2017
by
Davis King
Browse files
Fix compiler error in visual studio.
parent
16327b65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
dlib/all/source.cpp
dlib/all/source.cpp
+7
-3
No files found.
dlib/all/source.cpp
View file @
ef57efc7
...
@@ -22,9 +22,7 @@
...
@@ -22,9 +22,7 @@
#include "../data_io/image_dataset_metadata.cpp"
#include "../data_io/image_dataset_metadata.cpp"
#include "../data_io/mnist.cpp"
#include "../data_io/mnist.cpp"
// Stuff that requires C++11
#include "../dnn/cpu_dlib.cpp"
#include "../dnn/tensor_tools.cpp"
#ifndef DLIB_ISO_CPP_ONLY
#ifndef DLIB_ISO_CPP_ONLY
...
@@ -85,6 +83,12 @@
...
@@ -85,6 +83,12 @@
#endif // DLIB_ISO_CPP_ONLY
#endif // DLIB_ISO_CPP_ONLY
// Stuff that requires C++11 (and some threading stuff)
#include "../dnn/cpu_dlib.cpp"
#include "../dnn/tensor_tools.cpp"
#define DLIB_ALL_SOURCE_END
#define DLIB_ALL_SOURCE_END
#endif // DLIB_ALL_SOURCe_
#endif // DLIB_ALL_SOURCe_
...
...
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