forked from Telodendria/Telodendria
[FIX] Take into account Cytoplasm separation
This commit is contained in:
parent
8812bd1e5e
commit
ed298aaa90
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@
|
||||||
*/
|
*/
|
||||||
#include <Routes.h>
|
#include <Routes.h>
|
||||||
|
|
||||||
#include <Json.h>
|
#include <Cytoplasm/Json.h>
|
||||||
#include <HashMap.h>
|
#include <Cytoplasm/HashMap.h>
|
||||||
#include <Str.h>
|
#include <Cytoplasm/Str.h>
|
||||||
|
|
||||||
#include <RegToken.h>
|
#include <RegToken.h>
|
||||||
#include <User.h>
|
#include <User.h>
|
||||||
|
|
Loading…
Reference in a new issue