include vector in poly1305.cpp

Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
Pasta 2019-07-18 08:52:17 -05:00
parent 0129a84531
commit 996b1f0784
No known key found for this signature in database
GPG Key ID: D362C9F7142766AE

View File

@ -3,6 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iostream>
#include <vector>
#include <bench/bench.h>
#include <crypto/poly1305.h>