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. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@@ -38,6 +38,7 @@
#pragma warning (disable: 4305) #pragma warning (disable: 4305)
#endif #endif
#include <cstdlib>
#include <stdio.h> #include <stdio.h>
#include <algorithm> #include <algorithm>
#include "../timing.h" #include "../timing.h"

View File

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

View File

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