diff --git a/.gitignore b/.gitignore
index c28abb0..c0511b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,10 @@ tags
sample
*.swp
+
+Debug
+Release
+*.vcxproj.user
+*.sdf
+*.opensdf
+ipch
diff --git a/example/sample.sln b/example/sample.sln
new file mode 100644
index 0000000..58d135a
--- /dev/null
+++ b/example/sample.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample", "sample.vcxproj", "{864CD288-050A-4C8B-9BEF-3048BD876C5B}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {864CD288-050A-4C8B-9BEF-3048BD876C5B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {864CD288-050A-4C8B-9BEF-3048BD876C5B}.Debug|Win32.Build.0 = Debug|Win32
+ {864CD288-050A-4C8B-9BEF-3048BD876C5B}.Release|Win32.ActiveCfg = Release|Win32
+ {864CD288-050A-4C8B-9BEF-3048BD876C5B}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/example/sample.vcxproj b/example/sample.vcxproj
new file mode 100644
index 0000000..eaa186c
--- /dev/null
+++ b/example/sample.vcxproj
@@ -0,0 +1,86 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+ {864CD288-050A-4C8B-9BEF-3048BD876C5B}
+ Win32Proj
+ sample
+
+
+
+ Application
+ true
+ Unicode
+
+
+ Application
+ false
+ true
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ false
+
+
+
+
+
+ Level3
+ Disabled
+ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ ..
+
+
+ Console
+ true
+ Ws2_32.lib;%(AdditionalDependencies)
+
+
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ ..
+
+
+ Console
+ true
+ true
+ true
+ Ws2_32.lib;%(AdditionalDependencies)
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/httpsvrkit.h b/httpsvrkit.h
index 5a9893c..5d490f8 100644
--- a/httpsvrkit.h
+++ b/httpsvrkit.h
@@ -5,16 +5,16 @@
// The Boost Software License 1.0
//
-#include
-#include