[x265-commits] [x265] TComSlice: add missing cstring include for memcpy
Steve Borho
steve at borho.org
Thu Oct 10 22:36:54 CEST 2013
details: http://hg.videolan.org/x265/rev/71fca64942a6
branches:
changeset: 4374:71fca64942a6
user: Steve Borho <steve at borho.org>
date: Thu Oct 10 15:36:31 2013 -0500
description:
TComSlice: add missing cstring include for memcpy
diffstat:
source/Lib/TLibCommon/TComSlice.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 614a68ab4703 -r 71fca64942a6 source/Lib/TLibCommon/TComSlice.h
--- a/source/Lib/TLibCommon/TComSlice.h Thu Oct 10 14:25:08 2013 -0500
+++ b/source/Lib/TLibCommon/TComSlice.h Thu Oct 10 15:36:31 2013 -0500
@@ -44,6 +44,7 @@
#include "reference.h"
#include "piclist.h"
+#include <cstring>
#include <assert.h>
//! \ingroup TLibCommon
More information about the x265-commits
mailing list