Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
0d2a562a
Commit
0d2a562a
authored
Nov 07, 2013
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation error with Boost 1.46
parent
2d315d45
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
src/graph/graph_io.cc
src/graph/graph_io.cc
+0
-1
src/graph/str_repr.hh
src/graph/str_repr.hh
+0
-1
No files found.
src/graph/graph_io.cc
View file @
0d2a562a
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
#include <boost/python/extract.hpp>
#include <boost/python/extract.hpp>
#include <iostream>
#include <iostream>
#include <boost/algorithm/string.hpp>
#include <boost/iostreams/categories.hpp>
#include <boost/iostreams/categories.hpp>
#include <boost/iostreams/filtering_stream.hpp>
#include <boost/iostreams/filtering_stream.hpp>
#include <boost/iostreams/filter/gzip.hpp>
#include <boost/iostreams/filter/gzip.hpp>
...
...
src/graph/str_repr.hh
View file @
0d2a562a
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#include <iostream>
#include <iostream>
#include <clocale>
#include <clocale>
#include <boost/lexical_cast.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string.hpp>
//
//
// Data type string representation
// Data type string representation
...
...
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