mirror of https://github.com/kiwix/libkiwix.git
Include iostream header in include/version.h
This is needed for kiwix-tools compilation.
This commit is contained in:
parent
e1d1d202bd
commit
538a46f262
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
||||
namespace kiwix
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue