aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZachary Michaels <mikezackles@gmail.com>2014-06-27 17:07:03 -0400
committerZachary Michaels <mikezackles@gmail.com>2014-07-01 14:57:26 -0400
commitf98c8abf423cd464aa6dcfe318a3871ef5dd0d81 (patch)
tree975c7600d77e0988ef424286fb61bcd63575723d /src
parentAdd missing pragma (diff)
downloadmonero-f98c8abf423cd464aa6dcfe318a3871ef5dd0d81.tar.xz
Add missing pragma
Diffstat (limited to 'src')
-rw-r--r--src/serialization/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/serialization/crypto.h b/src/serialization/crypto.h
index b7763ffeb..6e683e629 100644
--- a/src/serialization/crypto.h
+++ b/src/serialization/crypto.h
@@ -2,6 +2,8 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#pragma once
+
#include <vector>
#include "serialization.h"