diff --git a/Builds/VisualStudio2013/RippleD.vcxproj b/Builds/VisualStudio2013/RippleD.vcxproj
index 07adb5fac7..7053df08d9 100644
--- a/Builds/VisualStudio2013/RippleD.vcxproj
+++ b/Builds/VisualStudio2013/RippleD.vcxproj
@@ -400,6 +400,8 @@
+
+
diff --git a/Builds/VisualStudio2013/RippleD.vcxproj.filters b/Builds/VisualStudio2013/RippleD.vcxproj.filters
index 3d4e48f432..79e65cfc5c 100644
--- a/Builds/VisualStudio2013/RippleD.vcxproj.filters
+++ b/Builds/VisualStudio2013/RippleD.vcxproj.filters
@@ -852,6 +852,9 @@
beast\cxx14
+
+ beast\hash
+
beast\hash
diff --git a/src/beast/beast/hash/endian.h b/src/beast/beast/hash/endian.h
new file mode 100644
index 0000000000..fe15249e01
--- /dev/null
+++ b/src/beast/beast/hash/endian.h
@@ -0,0 +1,52 @@
+//------------------------------------------------------------------------------
+/*
+ This file is part of Beast: https://github.com/vinniefalco/Beast
+ Copyright 2014, Howard Hinnant ,
+ Vinnie Falco (key);
diff --git a/src/beast/beast/hash/hash_append.h b/src/beast/beast/hash/hash_append.h
index fb9b32881e..2d8ddbe24c 100644
--- a/src/beast/beast/hash/hash_append.h
+++ b/src/beast/beast/hash/hash_append.h
@@ -21,56 +21,138 @@
#ifndef BEAST_HASH_HASH_APPEND_H_INCLUDED
#define BEAST_HASH_HASH_APPEND_H_INCLUDED
+#include // for constexpr
+#include
#include
#include
-#if BEAST_USE_BOOST_FEATURES
-#include
-#endif
#include
#include
+#include
#include
+#include