summaryrefslogtreecommitdiff
path: root/src/common/md5calc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/md5calc.hpp')
-rw-r--r--src/common/md5calc.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/md5calc.hpp b/src/common/md5calc.hpp
index 70a996e..e44a7a7 100644
--- a/src/common/md5calc.hpp
+++ b/src/common/md5calc.hpp
@@ -11,9 +11,11 @@
#include <array>
+#include "../strings/fwd.hpp"
+#include "../strings/vstring.hpp"
+
#include "ip.hpp"
#include "mmo.hpp"
-#include "strings.hpp"
/// The digest state - becomes the output
struct MD5_state