GH-602: fix paraglob header inclusion, installation, and search paths

This commit is contained in:
Jon Siwek 2019-09-26 17:39:25 -07:00
parent bc18ca44e6
commit 7613ab0af0
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
#include "RandTest.h"
#include "Val.h"
#include "digest.h"
#include "src/paraglob.h"
#include "paraglob/paraglob.h"
class OpaqueVal;