Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Subtitles/Rasterizer.cpp')
-rw-r--r--src/Subtitles/Rasterizer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Subtitles/Rasterizer.cpp b/src/Subtitles/Rasterizer.cpp
index dc28ce7c2..bb5b83ec3 100644
--- a/src/Subtitles/Rasterizer.cpp
+++ b/src/Subtitles/Rasterizer.cpp
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2015 see Authors.txt
+ * (C) 2006-2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -21,7 +21,7 @@
#include "stdafx.h"
#include <string.h>
-#include <math.h>
+#include <cmath>
#include <vector>
#include <algorithm>
#include <intrin.h>