Fix include in X509Common.h

Give full path to Analyzer.h, so that X509Common.h is include-able by
plugins.
This commit is contained in:
Johanna Amann 2020-04-09 16:15:36 -07:00
parent 876c803d75
commit c83567246e

View file

@ -5,7 +5,7 @@
#pragma once
#include "Analyzer.h"
#include "file_analysis/Analyzer.h"
#include <openssl/x509.h>
#include <openssl/asn1.h>