Skip to content

Commit 06069e2

Browse files
committed
Adding include and GitHub Actions Unit test
1 parent 62e8eda commit 06069e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
# Use (compiler) default C++ 17 standard
107107
# Use default cmake
108108
- { compiler: gcc-14, os: ubuntu-24.04, type: Debug }
109+
- { compiler: gcc-15, os: ubuntu-24.04, type: Debug }
109110
- { compiler: clang-18, os: ubuntu-24.04, type: Debug, externalSanitizer: true }
110111
- { compiler: clang-21, os: ubuntu-latest, type: Debug, init_llvm: true}
111112

libs/s25main/notifications/NotificationManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#pragma once
66

77
#include "notifications/Subscription.h"
8+
#include <cstdint>
89
#include <deque>
910
#include <functional>
1011
#include <unordered_map>

0 commit comments

Comments
 (0)