npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Jun 
16 11:27:43 2016 +0200| [b1339b1e6c26710e7aa69d2f1d7612830273d15e] | committer: 
Jean-Baptiste Kempf

Win32: Explicitely include math.h

> https://code.videolan.org/videolan/npapi-vlc/commit/b1339b1e6c26710e7aa69d2f1d7612830273d15e
---

 common/win32_fullscreen.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/win32_fullscreen.cpp b/common/win32_fullscreen.cpp
index 8a83300..7cbafe6 100644
--- 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"
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to