diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-16 20:47:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-16 20:47:55 +0300 |
commit | 1fb7736a6061f7088656392a1b38b402d5d228c1 (patch) | |
tree | f57607f1247956912f34d33da8f6fdefaf3235f2 /cxx/include/aesnixx/all.hpp | |
parent | handle block formatting/printing functions errors (diff) | |
download | aes-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.hpp | 1 |
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" |