Adding includes to top of securitymanager.md.vtl

This was one of those expensive lines, I had no idea why the tags were not getting rendered.

I'm guessing there is some state in `scms` that once the includes macro's get added they rendered even in other files
And if you process the files in a different order that could cause problems (just a guess)
diff --git a/securitymanager.md.vtl b/securitymanager.md.vtl
index 3c48a04..f898df8 100644
--- a/securitymanager.md.vtl
+++ b/securitymanager.md.vtl
@@ -1,3 +1,5 @@
+#parse("templates/includes.vtl")
+
 <a name="SecurityManager-UnderstandingtheSecurityManagerinApacheShiro"></a>
 Understanding the SecurityManager in Apache Shiro
 =================================================