Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yaml-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yaml-cpp
Commits
9fbcfe9e
Commit
9fbcfe9e
authored
May 03, 2011
by
Jesse Beder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added include <cstdlib> for using 'NULL' (apparently gcc 4.6 is more strict)
parent
d98687af
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
src/contrib/graphbuilderadapter.h
+1
-0
src/ptr_stack.h
+1
-0
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