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
e365b621
Commit
e365b621
authored
Sep 02, 2015
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
06aea5bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
src/qtgui/OpenWalnut.cpp
src/qtgui/OpenWalnut.cpp
+7
-1
src/scriptUI/OpenWalnutScript.cpp
src/scriptUI/OpenWalnutScript.cpp
+7
-1
No files found.
src/qtgui/OpenWalnut.cpp
View file @
e365b621
...
...
@@ -29,7 +29,13 @@
#ifdef OW_BOOST_PROGRAM_OPTIONS_FIX
// This circumvents an issue with boost program_options. The linker complains about missing "arg".
namespace
boost
{
namespace
program_options
{
std
::
string
arg
;
}
}
namespace
boost
{
namespace
program_options
{
std
::
string
arg
;
}
}
#endif // OW_BOOST_PROGRAM_OPTIONS_FIX
#include <boost/program_options.hpp>
...
...
src/scriptUI/OpenWalnutScript.cpp
View file @
e365b621
...
...
@@ -29,7 +29,13 @@
#ifdef OW_BOOST_PROGRAM_OPTIONS_FIX
// This circumvents an issue with boost program_options. The linker complains about missing "arg".
namespace
boost
{
namespace
program_options
{
std
::
string
arg
;
}
}
namespace
boost
{
namespace
program_options
{
std
::
string
arg
;
}
}
#endif // OW_BOOST_PROGRAM_OPTIONS_FIX
#include <boost/program_options.hpp>
#include <boost/filesystem.hpp>
...
...
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