git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e90c424
)
Fix include path.
author
Maxim Mamontov
<madf@madf.info>
Tue, 20 Mar 2018 09:58:08 +0000
(11:58 +0200)
committer
Maxim Mamontov
<madf@madf.info>
Tue, 20 Mar 2018 09:58:08 +0000
(11:58 +0200)
projects/sgconf/parser.cpp
patch
|
blob
|
history
diff --git
a/projects/sgconf/parser.cpp
b/projects/sgconf/parser.cpp
index 9d340e8315f4e41780b650a8c953d30bca64e8d1..79833fd317d871a094407857660dfff2377e9e52 100644
(file)
--- 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;