Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
0cbe9b0d
Commit
0cbe9b0d
authored
Feb 16, 2018
by
Mccaskey, Alex
Browse files
adding boost filesystem include to service registry impl
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
7f57220e
Changes
2
Hide whitespace changes
Inline
Side-by-side
xacc/utils/ServiceRegistry.cpp
View file @
0cbe9b0d
#include
"ServiceRegistry.hpp"
#include
<boost/filesystem.hpp>
#include
<dirent.h>
namespace
xacc
{
void
ServiceRegistry
::
initialize
()
{
if
(
!
initialized
)
{
...
...
xacc/utils/ServiceRegistry.hpp
View file @
0cbe9b0d
...
...
@@ -32,7 +32,6 @@
#include
<map>
#include
<iostream>
#include
<boost/program_options.hpp>
#include
<boost/filesystem.hpp>
#include
<dirent.h>
using
namespace
boost
::
program_options
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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