Update Makefile.conf and Libraries

This commit is contained in:
2020-05-04 22:01:48 +02:00
parent dd7ae1cb73
commit 2d9621f1f1
12 changed files with 23 additions and 49 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#include "Util/INIh.h"
#include <INIReader.h>
#include <Timer.h>
#include <unistd.h>
#include <algorithm>
@@ -16,7 +16,7 @@ void print()
void TestINIReader()
{
PresenceDetection::Util::INIReader reader("PresenceDetection.ini");
INIReader reader("PresenceDetection.ini");
std::string target = reader.Get("PresenceDetection", "Target", "");
if (!target.empty())