[vlc-commits] [Git][videolan/npapi-vlc][master] Win32: Explicitely include math.h

Jean-Baptiste Kempf gitlab at videolan.org
Thu Jun 16 11:28:49 CEST 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-commits/attachments/20160616/0411e3a1/attachment-0001.html>


More information about the vlc-commits mailing list