Adjusting path after argparse changed its structure out from underneath me

This commit is contained in:
Ian Roddis
2021-09-10 12:16:25 -03:00
parent f8cf2d48a5
commit ea53735069
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#include <fstream>
#include <filesystem>
#include <argparse.hpp>
#include <argparse/argparse.hpp>
#include <pistache/client.h>
#include <rapidjson/document.h>

View File

@@ -5,7 +5,7 @@
#include <sys/stat.h>
#include <signal.h>
#include <argparse.hpp>
#include <argparse/argparse.hpp>
#include <daggy/Server.hpp>