diff options
Diffstat (limited to 'src/modules/m_websocket.cpp')
| -rw-r--r-- | src/modules/m_websocket.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/m_websocket.cpp b/src/modules/m_websocket.cpp index 071c5c2f2..3e3794e82 100644 --- a/src/modules/m_websocket.cpp +++ b/src/modules/m_websocket.cpp @@ -18,15 +18,13 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/// $CompilerFlags: -isystem vendor_directory("utfcpp") - #include "inspircd.h" #include "iohook.h" #include "modules/hash.h" #define UTF_CPP_CPLUSPLUS 199711L -#include <unchecked.h> +#include <utfcpp/unchecked.h> static constexpr char MagicGUID[] = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"; static constexpr char newline[] = "\r\n"; |
