aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-07-28 23:30:35 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-07-28 23:30:35 +0300
commitc4d84751f2611bfd18b21f1590ec10a744447ef8 (patch)
tree0142ae397c03322a65720bbf7268ed5e3f0b331e /cxx
parentrefactoring (diff)
downloadaes-tools-c4d84751f2611bfd18b21f1590ec10a744447ef8.tar.gz
aes-tools-c4d84751f2611bfd18b21f1590ec10a744447ef8.zip
bugfix
Diffstat (limited to 'cxx')
-rw-r--r--cxx/include/aesnixx/aes.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cxx/include/aesnixx/aes.hpp b/cxx/include/aesnixx/aes.hpp
index 358e24f..5d293ca 100644
--- a/cxx/include/aesnixx/aes.hpp
+++ b/cxx/include/aesnixx/aes.hpp
@@ -6,6 +6,8 @@
* See LICENSE.txt for details.
*/
+#pragma once
+
#include "algorithm.hpp"
#include "data.hpp"
#include "mode.hpp"
@@ -14,8 +16,6 @@
#include <string>
-#pragma once
-
namespace aesni
{
namespace aes