diff options
Diffstat (limited to 'src/CompositeChat.h')
-rw-r--r-- | src/CompositeChat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CompositeChat.h b/src/CompositeChat.h index a715d0402..ced0ab101 100644 --- a/src/CompositeChat.h +++ b/src/CompositeChat.h @@ -3,6 +3,8 @@ // Declares the cCompositeChat class used to wrap a chat message with multiple parts (text, url, cmd) +#pragma once + #include "Defines.h" #include "json/json.h" #include "Logger.h" |