[vlc-commits] Win32: Explicitely include math.h
Jean-Baptiste Kempf
git at videolan.org
Thu Jun 16 11:28:50 CEST 2016
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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"
More information about the vlc-commits
mailing list