diff options
Diffstat (limited to 'examples/nanohttp/stdafx.h')
-rw-r--r-- | examples/nanohttp/stdafx.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/nanohttp/stdafx.h b/examples/nanohttp/stdafx.h new file mode 100644 index 0000000..f3469f3 --- /dev/null +++ b/examples/nanohttp/stdafx.h @@ -0,0 +1,9 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#include <iostream> +#include <tchar.h> + +// TODO: reference additional headers your program requires here |