Browse Source

Add missing <ios> #include

coverity_scan
Daniel Scharrer 13 years ago
parent
commit
2da68de0eb
  1. 2
      src/util/fstream.hpp
  2. 1
      src/util/storedenum.hpp

2
src/util/fstream.hpp

@ -19,7 +19,7 @@
*/
/*!
* boost::filesystems::{i,o,}fstream doesn't support unicode names on windows
* boost::filesystem::{i,o,}fstream doesn't support unicode names on windows
* Implement our own wrapper using boost::iostreams.
*/
#ifndef INNOEXTRACT_UTIL_FSTREAM_HPP

1
src/util/storedenum.hpp

@ -24,6 +24,7 @@
#include <stddef.h>
#include <vector>
#include <bitset>
#include <ios>
#include <boost/cstdint.hpp>
#include <boost/static_assert.hpp>

Loading…
Cancel
Save