From ee5b08e1fa33b483ed5b7a3b49fe582462b2cff1 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Wed, 24 Jul 2024 16:40:49 +0200 Subject: [PATCH] Add missing pragma once (#6388) --- include/ccf/js/registry.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ccf/js/registry.h b/include/ccf/js/registry.h index edfdb02b83e4..fab02e4b173f 100644 --- a/include/ccf/js/registry.h +++ b/include/ccf/js/registry.h @@ -1,5 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the Apache 2.0 License. +#pragma once // CCF #include "ccf/app_interface.h"