From f98c8abf423cd464aa6dcfe318a3871ef5dd0d81 Mon Sep 17 00:00:00 2001
From: Zachary Michaels <mikezackles@gmail.com>
Date: Fri, 27 Jun 2014 17:07:03 -0400
Subject: [PATCH] Add missing pragma

---
 src/serialization/crypto.h | 2 ++
 1 file changed, 2 insertions(+)

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"