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
gaoqiong
yaml-cpp
Commits
9fbcfe9e
Commit
9fbcfe9e
authored
May 03, 2011
by
Jesse Beder
Browse files
Added include <cstdlib> for using 'NULL' (apparently gcc 4.6 is more strict)
parent
d98687af
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
src/contrib/graphbuilderadapter.h
src/contrib/graphbuilderadapter.h
+1
-0
src/ptr_stack.h
src/ptr_stack.h
+1
-0
src/ptr_vector.h
src/ptr_vector.h
+1
-0
No files found.
src/contrib/graphbuilderadapter.h
View file @
9fbcfe9e
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
#pragma once
#pragma once
#endif
#endif
#include <cstdlib>
#include <map>
#include <map>
#include <stack>
#include <stack>
#include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/eventhandler.h"
...
...
src/ptr_stack.h
View file @
9fbcfe9e
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
#endif
#endif
#include "yaml-cpp/noncopyable.h"
#include "yaml-cpp/noncopyable.h"
#include <cstdlib>
#include <memory>
#include <memory>
#include <vector>
#include <vector>
...
...
src/ptr_vector.h
View file @
9fbcfe9e
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
#endif
#endif
#include "yaml-cpp/noncopyable.h"
#include "yaml-cpp/noncopyable.h"
#include <cstdlib>
#include <memory>
#include <memory>
#include <vector>
#include <vector>
...
...
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