mirror of
https://github.com/nasa/trick.git
synced 2025-06-16 22:28:18 +00:00
Fix inclusion of CivetServer.h. #1188
This commit is contained in:
@ -37,7 +37,7 @@ PURPOSE: (Represent Websocket connection.)
|
||||
|
||||
#include <string>
|
||||
#ifndef SWIG
|
||||
#include "civet/CivetServer.h"
|
||||
#include "CivetServer.h"
|
||||
#endif
|
||||
|
||||
class WebSocketSession {
|
||||
|
Reference in New Issue
Block a user