mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #713 from kiwix/use-local-include
Fix library.h include
This commit is contained in:
commit
5c38300504
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <zim/search.h>
|
||||
#include <library.h>
|
||||
#include "library.h"
|
||||
|
||||
namespace kiwix
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue