aboutsummaryrefslogtreecommitdiff
path: root/gd/crypto_toolbox/aes_cmac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gd/crypto_toolbox/aes_cmac.cc')
-rw-r--r--gd/crypto_toolbox/aes_cmac.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gd/crypto_toolbox/aes_cmac.cc b/gd/crypto_toolbox/aes_cmac.cc
index 752027e2f..85fdd5930 100644
--- a/gd/crypto_toolbox/aes_cmac.cc
+++ b/gd/crypto_toolbox/aes_cmac.cc
@@ -22,6 +22,8 @@
*
******************************************************************************/
+#include <algorithm>
+
#include "crypto_toolbox/aes.h"
#include "crypto_toolbox/crypto_toolbox.h"