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 6e43ace..c1fabe6 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 97e74a2..37819e4 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 689cb74..e582224 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>