Fix inclusion of CivetServer.h. #1188

This commit is contained in:
Penn, John M 047828115
2021-10-19 13:41:42 -05:00
parent 02bdd8f4a4
commit 8657acb3dc
7 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@ PURPOSE: (Represent Websocket connection.)
#include <string>
#ifndef SWIG
#include "civet/CivetServer.h"
#include "CivetServer.h"
#endif
class WebSocketSession {