SWIG binaries for Linux x86_64.

Including the common include files for all platforms.
This was built from the master branch of external/swig at commit
13bc911df5519b83b4ce8e05beca94363563e0e7.

Tested: LiquidFun on Linux x86-64, build and unit tests.
Change-Id: I4ace8dd8558fb85449ad1e5b300b7e158548f529
diff --git a/common/swig/include/2.0.11/ocaml/stl.i b/common/swig/include/2.0.11/ocaml/stl.i
new file mode 100644
index 0000000..9d2e91e
--- /dev/null
+++ b/common/swig/include/2.0.11/ocaml/stl.i
@@ -0,0 +1,12 @@
+/* -----------------------------------------------------------------------------
+ * stl.i
+ *
+ * Initial STL definition. extended as needed in each language
+ * ----------------------------------------------------------------------------- */
+
+%include <std_common.i>
+%include <std_string.i>
+%include <std_vector.i>
+%include <std_map.i>
+%include <std_pair.i>
+