Skip to content

Commit

Permalink
Add missing iostream header
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed May 27, 2024
1 parent 76dc671 commit ca5d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/yaml-cpp/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#pragma once
#endif

#include <ios>
#include <iostream>
#include <memory>

#include "yaml-cpp/dll.h"
Expand Down

0 comments on commit ca5d463

Please sign in to comment.