From 24833f73863d41b90e8fd4ff4ab143b98ee5cb91 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 4 May 2020 13:58:43 +0100 Subject: Add two missing include guards --- src/CommandOutput.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CommandOutput.h') diff --git a/src/CommandOutput.h b/src/CommandOutput.h index 2aad75b09..6cba4de7f 100644 --- a/src/CommandOutput.h +++ b/src/CommandOutput.h @@ -3,6 +3,8 @@ // Declares various classes that process command output +#pragma once + -- cgit v1.2.3