WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c6abfb7

Browse files
gogagumGeorgiy Guminov
authored andcommitted
Return some of includes.
1 parent bce9361 commit c6abfb7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

include/boost/format/alt_sstream.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#define BOOST_SK_ALT_SSTREAM_HPP
1717

1818
#include <string>
19+
#include <ostream>
20+
#include <streambuf>
1921
#include <boost/core/allocator_access.hpp>
2022
#include <boost/format/detail/config_macros.hpp>
2123
#include <boost/utility/base_from_member.hpp>

include/boost/format/internals.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717

1818
#include <string>
19+
#include <ios>
1920
#include <boost/assert.hpp>
2021
#include <boost/core/ignore_unused.hpp>
2122
#include <boost/optional.hpp>

0 commit comments

Comments
 (0)