Skip to content

Commit

Permalink
forgot to include _unlocked wrapper header in input_file
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-martian authored and TinoDidriksen committed Jun 30, 2021
1 parent d2f87b4 commit e9ef643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lttoolbox/input_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <unicode/ustdio.h>
#include <cstring>
#include <iostream>
#include <lttoolbox/my_stdio.h>

InputFile::InputFile()
: infile(stdin), buffer_size(0)
Expand Down

0 comments on commit e9ef643

Please sign in to comment.