Merge pull request #713 from kiwix/use-local-include

Fix library.h include
This commit is contained in:
Kelson 2022-02-17 13:08:56 +01:00 committed by GitHub
commit 5c38300504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
{