Merge pull request #931 from dbabokin/examples

Minor fix for examples to compile with strict C++ compiler.
This commit is contained in:
Dmitry Babokin
2014-12-31 12:36:30 +03:00
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2011, Intel Corporation
Copyright (c) 2010-2014, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -38,6 +38,7 @@
#pragma warning (disable: 4305)
#endif
#include <cstdlib>
#include <stdio.h>
#include <algorithm>
#include "../timing.h"

View File

@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2011, Intel Corporation
Copyright (c) 2010-2014, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -38,6 +38,7 @@
#pragma warning (disable: 4305)
#endif
#include <cstdlib>
#include <stdio.h>
#include <algorithm>
#include <string.h>

View File

@@ -1,5 +1,5 @@
/*
Copyright (c) 2011, Intel Corporation
Copyright (c) 2011-2014, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -38,6 +38,7 @@
#pragma warning (disable: 4305)
#endif
#include <cstdlib>
#include <stdio.h>
#include <algorithm>
#include "../timing.h"