From: Maxim Mamontov <madf@madf.info>
Date: Tue, 20 Mar 2018 09:58:08 +0000 (+0200)
Subject: Fix include path.
X-Git-Tag: 2.409~17
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/471a8ddb278cb5621e36a6c45e450d40580e50fd?ds=sidebyside;hp=-c

Fix include path.
---

471a8ddb278cb5621e36a6c45e450d40580e50fd
diff --git a/projects/sgconf/parser.cpp b/projects/sgconf/parser.cpp
index 9d340e83..79833fd3 100644
--- a/projects/sgconf/parser.cpp
+++ b/projects/sgconf/parser.cpp
@@ -35,7 +35,8 @@
 
 #include "stg/common.h"
 #include "stg/netunit.h"
-#include "stg/request.h"
+
+#include "request.h"
 
 using namespace std;