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
3a755de5
Commit
3a755de5
authored
Dec 02, 2009
by
Jesse Beder
Browse files
Added missing include
parent
9718e581
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
src/map.cpp
src/map.cpp
+0
-1
src/map.h
src/map.h
+1
-0
No files found.
src/map.cpp
View file @
3a755de5
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
#include "token.h"
#include "token.h"
#include "exceptions.h"
#include "exceptions.h"
#include "emitter.h"
#include "emitter.h"
#include <memory>
namespace
YAML
namespace
YAML
{
{
...
...
src/map.h
View file @
3a755de5
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
#include "content.h"
#include "content.h"
#include <map>
#include <map>
#include <memory>
namespace
YAML
namespace
YAML
{
{
...
...
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