string: ensure string included

Latest upstream yocto appears to have removed a free include of string.
This is causing compile failures for files which do not include it
properly.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I76b1d73d045f98bd457c155086e000a430134918
diff --git a/auth_algo.hpp b/auth_algo.hpp
index 6ed0b47..5bf1a1e 100644
--- a/auth_algo.hpp
+++ b/auth_algo.hpp
@@ -4,6 +4,7 @@
 #include "integrity_algo.hpp"
 
 #include <array>
+#include <string>
 #include <vector>
 
 namespace cipher