diff options
Diffstat (limited to 'src/stream.cc')
-rw-r--r-- | src/stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.cc b/src/stream.cc index 18f730a2..283ac7e7 100644 --- a/src/stream.cc +++ b/src/stream.cc @@ -29,7 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "utils.h" +#include "stream.h" namespace ledger { |