Fix library.h include

This commit is contained in:
Emmanuel Engelhart 2022-02-17 10:56:46 +01:00
parent 4cce4dce0b
commit cb2226c11f
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <string>
#include <zim/search.h>
#include <library.h>
#include "library.h"
namespace kiwix
{