aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesnixx/all.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-16 20:47:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-16 20:47:55 +0300
commit1fb7736a6061f7088656392a1b38b402d5d228c1 (patch)
treef57607f1247956912f34d33da8f6fdefaf3235f2 /cxx/include/aesnixx/all.hpp
parenthandle block formatting/printing functions errors (diff)
downloadaes-tools-1fb7736a6061f7088656392a1b38b402d5d228c1.tar.gz
aes-tools-1fb7736a6061f7088656392a1b38b402d5d228c1.zip
cxx: include data structures & I/O functions
Diffstat (limited to 'cxx/include/aesnixx/all.hpp')
-rw-r--r--cxx/include/aesnixx/all.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cxx/include/aesnixx/all.hpp b/cxx/include/aesnixx/all.hpp
index cf00535..f105059 100644
--- a/cxx/include/aesnixx/all.hpp
+++ b/cxx/include/aesnixx/all.hpp
@@ -8,4 +8,5 @@
#pragma once
+#include "data.hpp"
#include "error.hpp"