Adjust to gcc 9 accepted/tizen/unified/20200113.130615 submit/tizen/20200110.061056
authorTomasz Swierczek <t.swierczek@samsung.com>
Fri, 10 Jan 2020 06:06:52 +0000 (07:06 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Fri, 10 Jan 2020 06:06:52 +0000 (07:06 +0100)
Change-Id: I74da408463618ec011f83be49573689eda5036eb

src/vcore/Certificate.cpp
src/vcore/ReferenceValidator.cpp
src/vcore/SignatureFinder.cpp

index 6e43acec4163041cc95018973799bf1596cec32d..c1fabe69bc75824a86b8879bae2f50cd9d78cd8b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 - 2019 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016 - 2020 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@
 #include <unistd.h>
 
 #include <cstdio>
+#include <functional>
 #include <memory>
 #include <iomanip>
 
index 97e74a2927dd233abb696309d5d47422121806cf..37819e4339e0076a296a9152a8e6cf609d134355 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-2019 Samsung Electronics Co., Ltd. All rights reserved
+ * Copyright (c) 2016-2020 Samsung Electronics Co., Ltd. All rights reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@
 #include <dirent.h>
 #include <errno.h>
 #include <fstream>
+#include <functional>
 #include <memory>
 #include <limits.h>
 #include <sys/types.h>
index 689cb7443b2572950270dcb6e9973fcda300b6fe..e582224fab6c5c57823f6fa85bcbf7e6a1a4f243 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2016-2020 Samsung Electronics Co., Ltd All Rights Reserved
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
  *    you may not use this file except in compliance with the License.
@@ -24,6 +24,7 @@
 
 #include <dirent.h>
 #include <errno.h>
+#include <functional>
 #include <istream>
 #include <sstream>
 #include <memory>