shithub: openh264

Download patch

ref: 0dcb7584b55e5b2afbfae427595f4a696047a081
parent: 64c3f63aabb0392204631ee0aacfdd94d9712268
parent: 68987b0ab83a597f658db41a365d0d77a3beda4b
author: Ethan Hugg <ethanhugg@gmail.com>
date: Thu Jun 19 05:08:54 EDT 2014

Merge pull request #988 from emannion/master

string include fix for 64bit windows build

--- a/module/gmp-openh264.cpp
+++ b/module/gmp-openh264.cpp
@@ -37,6 +37,7 @@
 #include <cstdio>
 #include <cstring>
 #include <iostream>
+#include <string>
 #include <memory>
 #include <assert.h>
 #include <limits.h>