Add two missing include guards
This commit is contained in:
parent
eb3ca16921
commit
24833f7386
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
// Declares various classes that process command output
|
// Declares various classes that process command output
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
// Declares the cCompositeChat class used to wrap a chat message with multiple parts (text, url, cmd)
|
// Declares the cCompositeChat class used to wrap a chat message with multiple parts (text, url, cmd)
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "Defines.h"
|
#include "Defines.h"
|
||||||
#include "json/json.h"
|
#include "json/json.h"
|
||||||
#include "Logger.h"
|
#include "Logger.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user