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
781066f1
Commit
781066f1
authored
Mar 15, 2013
by
Stefan Philips
Browse files
[FIX] Add include of boost/shared_ptr.hpp
parent
41a625fa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/core/dataHandler/WGrid.cpp
src/core/dataHandler/WGrid.cpp
+3
-0
src/core/dataHandler/WGrid.h
src/core/dataHandler/WGrid.h
+2
-0
No files found.
src/core/dataHandler/WGrid.cpp
View file @
781066f1
...
...
@@ -24,7 +24,10 @@
#include <cstddef>
#include <boost/shared_ptr.hpp>
#include "../common/WProperties.h"
#include "WGrid.h"
WGrid
::
WGrid
(
size_t
size
)
...
...
src/core/dataHandler/WGrid.h
View file @
781066f1
...
...
@@ -27,6 +27,8 @@
#include <cstddef>
#include <boost/shared_ptr.hpp>
#include "../common/WBoundingBox.h"
...
...
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