Skip to content

Commit

Permalink
Fix some includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Feb 3, 2016
1 parent 4c79dba commit d99cb48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions include/osmium/builder/attr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,21 @@ DEALINGS IN THE SOFTWARE.
*/

#include <cstddef>
#include <cstdint>
#include <ctime>
#include <initializer_list>
#include <iterator>
#include <string>
#include <tuple>
#include <type_traits>
#include <utility>

#include <osmium/builder/builder.hpp>
#include <osmium/builder/osm_object_builder.hpp>
#include <osmium/memory/buffer.hpp>
#include <osmium/osm/types.hpp>
#include <osmium/osm.hpp>

namespace osmium {

Expand Down
3 changes: 2 additions & 1 deletion include/osmium/builder/osm_object_builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ DEALINGS IN THE SOFTWARE.
*/

#include <cassert>
#include <cstddef>
#include <cstring>
#include <initializer_list>
#include <limits>
#include <new>
#include <stdexcept>
#include <string>
Expand All @@ -49,7 +51,6 @@ DEALINGS IN THE SOFTWARE.
#include <osmium/osm/object.hpp>
#include <osmium/osm/tag.hpp>
#include <osmium/osm/types.hpp>
#include <osmium/util/cast.hpp>

namespace osmium {

Expand Down

0 comments on commit d99cb48

Please sign in to comment.