[vlc-commits] utils: Add missing <string> include
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Tue Apr 21 10:16:06 CEST 2015
    
    
  
npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Apr  3 12:10:03 2015 +0200| [5f1f016f50b56a2a2fe5a71a0dd185084f12ff5c] | committer: Hugo Beauzée-Luyssen
utils: Add missing <string> include
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=5f1f016f50b56a2a2fe5a71a0dd185084f12ff5c
---
 npapi/utils.hpp |    1 +
 1 file changed, 1 insertion(+)
diff --git a/npapi/utils.hpp b/npapi/utils.hpp
index 1f55544..f834a50 100644
--- a/npapi/utils.hpp
+++ b/npapi/utils.hpp
@@ -27,6 +27,7 @@
 #include <npruntime.h>
 #include <memory>
 #include <type_traits>
+#include <string>
 
 #include <cstring>
 #include <cassert>
    
    
More information about the vlc-commits
mailing list