From b0b7a306c9f6721d627e4e6f88d909b94d98feeb Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Tue, 28 Apr 2020 20:59:59 +0700 Subject: [PATCH] [*] Fix. --- include/dap_chain_plugins_command.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/dap_chain_plugins_command.h b/include/dap_chain_plugins_command.h index b5c2fb7..145870d 100644 --- a/include/dap_chain_plugins_command.h +++ b/include/dap_chain_plugins_command.h @@ -21,8 +21,9 @@ This file is part of DAP (Deus Applications Prototypes) the open source project You should have received a copy of the GNU General Public License along with any DAP based project. If not, see <http://www.gnu.org/licenses/>. */ - #pragma once + +#define _DAP_CHAIN_PLUGINS_COMMAND_ #include "dap_chain_node_cli.h" #include "dap_chain_node_cli_cmd.h" #include "dap_chain_plugins_manifest.h" -- GitLab