aboutsummaryrefslogtreecommitdiff
path: root/src/verifier.cc
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-11-29 11:52:05 -0500
committerDavid Neto <dneto@google.com>2018-11-29 11:52:05 -0500
commit4d82cf5a999c1d31562ea8b8073df24782568dae (patch)
treeab777a5741accdbcd880ccc94037a01b234e476d /src/verifier.cc
parente390bcb246d3b6149a0b5ec65d4f4f37c4262b3b (diff)
downloadamber-4d82cf5a999c1d31562ea8b8073df24782568dae.tar.gz
Add NDK build (#117)
Diffstat (limited to 'src/verifier.cc')
-rw-r--r--src/verifier.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verifier.cc b/src/verifier.cc
index e1aa642..aac2b78 100644
--- a/src/verifier.cc
+++ b/src/verifier.cc
@@ -15,6 +15,7 @@
#include "src/verifier.h"
#include <cmath>
+#include <string>
namespace amber {
namespace {