diff options
author | Zachary Michaels <mikezackles@gmail.com> | 2014-06-27 17:07:03 -0400 |
---|---|---|
committer | Zachary Michaels <mikezackles@gmail.com> | 2014-07-01 14:57:26 -0400 |
commit | f98c8abf423cd464aa6dcfe318a3871ef5dd0d81 (patch) | |
tree | 975c7600d77e0988ef424286fb61bcd63575723d /src | |
parent | Add missing pragma (diff) | |
download | monero-f98c8abf423cd464aa6dcfe318a3871ef5dd0d81.tar.xz |
Add missing pragma
Diffstat (limited to 'src')
-rw-r--r-- | src/serialization/crypto.h | 2 |
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" |