Skip to content

Commit d2f87b4

Browse files
committed
some include errors on Mac
1 parent 81de698 commit d2f87b4

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

lttoolbox/compression.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1616
*/
1717
#include <lttoolbox/compression.h>
18-
#include <lttoolbox/my_stdio.h>
1918

2019
#include <cstdlib>
2120
#include <cmath>

lttoolbox/compression.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <iostream>
2323
#include <stdexcept>
2424
#include <lttoolbox/ustring.h>
25+
#include <lttoolbox/my_stdio.h>
2526

2627
using namespace std;
2728

lttoolbox/ustring.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <utf8.h>
2424
#include <vector>
2525
#include <cstdint>
26+
#include <ios>
2627

2728
typedef std::basic_string<UChar> UString;
2829

0 commit comments

Comments
 (0)