From 21c50ac92cd9710f27252fa95cd2c5cc1e36f206 Mon Sep 17 00:00:00 2001
From: Eric Cano <Eric.Cano@cern.ch>
Date: Wed, 20 Jun 2018 17:14:10 +0200
Subject: [PATCH] Added missing pragmas in header files.

---
 objectstore/Algorithms.hpp             | 2 ++
 objectstore/ArchiveQueueAlgorithms.hpp | 1 +
 2 files changed, 3 insertions(+)

diff --git a/objectstore/Algorithms.hpp b/objectstore/Algorithms.hpp
index bfd4df16f3..303caacf8b 100644
--- a/objectstore/Algorithms.hpp
+++ b/objectstore/Algorithms.hpp
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#pragma once
+
 /**
  * This file defines the containers, their traits and algorithms to add/remove
  * to/from them.
diff --git a/objectstore/ArchiveQueueAlgorithms.hpp b/objectstore/ArchiveQueueAlgorithms.hpp
index 8a5aa0db1c..280fa6fbc5 100644
--- a/objectstore/ArchiveQueueAlgorithms.hpp
+++ b/objectstore/ArchiveQueueAlgorithms.hpp
@@ -16,6 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#pragma once
 #include "Algorithms.hpp"
 #include "ArchiveQueue.hpp"
 
-- 
GitLab