Index: trunk/ab5.0/jenga/projects/jenga/stdafx.cpp
===================================================================
--- trunk/ab5.0/jenga/projects/jenga/stdafx.cpp	(revision 521)
+++ trunk/ab5.0/jenga/projects/jenga/stdafx.cpp	(revision 521)
@@ -0,0 +1,1 @@
+#include "stdafx.h"
Index: trunk/ab5.0/jenga/projects/jenga/stdafx.h
===================================================================
--- trunk/ab5.0/jenga/projects/jenga/stdafx.h	(revision 521)
+++ trunk/ab5.0/jenga/projects/jenga/stdafx.h	(revision 521)
@@ -0,0 +1,28 @@
+#pragma once
+
+#include <map>
+#include <string>
+#include <vector>
+#include <fstream>
+#include <iostream>
+
+#include <windows.h>
+#include <stdio.h>
+#include <string.h>
+#include <math.h>
+#include <commctrl.h>
+#include <time.h>
+#include <limits.h>
+#include <shlobj.h>
+#include <process.h>
+#include <fcntl.h>
+#include <io.h>
+#include <imagehlp.h>
+
+//boost libraries
+#include <boost/foreach.hpp>
+#include <boost/serialization/serialization.hpp>
+#include <boost/serialization/nvp.hpp>
+#include <boost/serialization/export.hpp>
+
+#include <jenga/include/jenga.h>
