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
3d9ad75a
Commit
3d9ad75a
authored
Nov 21, 2016
by
Jesse Beder
Browse files
Add <cstdlib> for std::atoi.
parent
380ecb40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
util/read.cpp
util/read.cpp
+4
-3
No files found.
util/read.cpp
View file @
3d9ad75a
#include <fstream>
#include <iostream>
#include "yaml-cpp/emitterstyle.h"
#include "yaml-cpp/emitterstyle.h"
#include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/eventhandler.h"
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
#include "yaml-cpp/yaml.h" // IWYU pragma: keep
#include <cstdlib>
#include <fstream>
#include <iostream>
class
NullEventHandler
:
public
YAML
::
EventHandler
{
class
NullEventHandler
:
public
YAML
::
EventHandler
{
public:
public:
typedef
YAML
::
Mark
Mark
;
typedef
YAML
::
Mark
Mark
;
...
...
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