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
b1ac3289
Commit
b1ac3289
authored
Aug 04, 2011
by
Jesse Beder
Browse files
Included <cstddef> for NULL
parent
835b86d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-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/ptr_stack.h
View file @
b1ac3289
...
...
@@ -6,6 +6,7 @@
#endif
#include "yaml-cpp/noncopyable.h"
#include <cstddef>
#include <cstdlib>
#include <memory>
#include <vector>
...
...
src/ptr_vector.h
View file @
b1ac3289
...
...
@@ -6,6 +6,7 @@
#endif
#include "yaml-cpp/noncopyable.h"
#include <cstddef>
#include <cstdlib>
#include <memory>
#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