get header-only library dependencies using git submodules

This commit is contained in:
2020-03-18 22:15:06 +01:00
parent 5df89f0491
commit 8595978560
15 changed files with 11 additions and 6310 deletions

View File

@@ -1,6 +1,6 @@
#ifndef HTTPGATEWAY_H
#define HTTPGATEWAY_H
#include "httplib.h"
#include <httplib.h>
#include "gatewayinterface.h"
#include "../requestworker.h"
#include "../request.h"