Skip to content
Snippets Groups Projects
Commit 9fef76d6 authored by adrien-matta's avatar adrien-matta
Browse files

* adding missing include for linux

parent 81f538ec
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ using namespace NPA;
#include<dlfcn.h>
#include<fstream>
#include<iostream>
#include<stdlib.h>
DetectorFactory* DetectorFactory::m_Instance = 0;
#ifdef __linux__
std::string SHARED_LIB_EXTENSION = ".so";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment