Jean-Baptiste Kempf pushed to branch master at videolan / VLC Browser Plugins


Commits:
b1339b1e by Jean-Baptiste Kempf at 2016-06-16T11:28:32+02:00
Win32: Explicitely include math.h

- - - - -


1 changed file:

- common/win32_fullscreen.cpp


Changes:

=====================================
common/win32_fullscreen.cpp
=====================================
--- a/common/win32_fullscreen.cpp
+++ b/common/win32_fullscreen.cpp
@@ -29,6 +29,7 @@
 #include <windowsx.h>
 #include <commctrl.h>
 #include <uxtheme.h>
+#include <math.h>
 
 #include "win32_fullscreen.h"
 



View it on GitLab: 
https://code.videolan.org/videolan/npapi-vlc/commit/b1339b1e6c26710e7aa69d2f1d7612830273d15e
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to