Skip to content
Snippets Groups Projects
Commit 21c50ac9 authored by Eric Cano's avatar Eric Cano
Browse files

Added missing pragmas in header files.

parent 37f2c781
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "Algorithms.hpp"
#include "ArchiveQueue.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment