Added missing #include "config.h" in pathmatch.h

This commit is contained in:
PKEuS 2016-10-02 15:51:21 +02:00
parent 29e1fe136a
commit 4df8bf9c39
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#ifndef PATHMATCH_H
#define PATHMATCH_H
#include "config.h"
#include <string>
#include <vector>