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/SeparableFilter.h')
-rw-r--r--src/Subtitles/SeparableFilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Subtitles/SeparableFilter.h b/src/Subtitles/SeparableFilter.h
index 4b272026b..5ecf97795 100644
--- a/src/Subtitles/SeparableFilter.h
+++ b/src/Subtitles/SeparableFilter.h
@@ -1,6 +1,6 @@
/*
* (C) 2007 Niels Martin Hansen
-* (C) 2013-2015 see Authors.txt
+* (C) 2013-2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -21,7 +21,7 @@
#pragma once
-#include <math.h>
+#include <cmath>
#define LIBDIVIDE_USE_SSE2 1
#pragma warning(push)