Skip to content

Commit a2ae147

Browse files
Fix the GCC13 compilation warning (#1473)
Add a missing header Relates-To: OLPEDGE-2863 Signed-off-by: Mykhailo Kuchma <ext-mykhailo.kuchma@here.com>
1 parent 98b995a commit a2ae147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

olp-cpp-sdk-core/include/olp/core/cache/CacheSettings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2021 HERE Europe B.V.
2+
* Copyright (C) 2019-2024 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,10 +19,10 @@
1919

2020
#pragma once
2121

22+
#include <cstdint>
2223
#include <string>
2324

2425
#include <olp/core/Config.h>
25-
2626
#include <olp/core/CoreApi.h>
2727

2828
#include <olp/core/porting/deprecated.h>

0 commit comments

Comments
 (0)