Fixed the includes
This commit is contained in:
@@ -13,12 +13,14 @@
|
||||
#ifndef SERVERCONFIG_HPP
|
||||
# define SERVERCONFIG_HPP
|
||||
|
||||
// add includes properly...
|
||||
# include "Webserv.hpp"
|
||||
# include "MethodType.hpp"
|
||||
//# include "ConfigParser.hpp"
|
||||
# include "LocationConfig.hpp"
|
||||
|
||||
# include <map>
|
||||
# include <vector>
|
||||
# include <string> // string
|
||||
# include <iostream> // cout, cin
|
||||
|
||||
// a class that's all public? just so we have options?
|
||||
class ServerConfig
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user