Proper include guard

This commit is contained in:
Leonetienne
2022-05-27 03:29:51 +02:00
parent 5412133e42
commit cb5fe0fd37
2 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -1,4 +1,6 @@
#pragma once
#ifndef GCRYPTCLI_BASES_H
#define GCRYPTCLI_BASES_H
#include <vector>
#include <string>
#include <map>
@@ -136,3 +138,6 @@ static const std::vector<std::string> BASE_UGH = {
"Bah!",
"Wha-?"
};
#endif