Include iostream header in include/version.h

This is needed for kiwix-tools compilation.
This commit is contained in:
Nikhil Tanwar 2022-07-05 20:47:14 +05:30
parent e1d1d202bd
commit 538a46f262
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <string>
#include <vector>
#include <iostream>
namespace kiwix
{