mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
using in headers is evil :(
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
||||
using std::map;
|
||||
using std::set;
|
||||
|
||||
#define MAX_POST_SIZE 1024 * 1024
|
||||
|
||||
CHTTPSock::CHTTPSock(CModule *pMod) : CSocket(pMod) {
|
||||
|
||||
Reference in New Issue
Block a user