8000 Fix missing include · VXAPPS/sqlite_functions@129f5e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 129f5e5

Browse files
committed
Fix missing include
1 parent 3876776 commit 129f5e5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
ubuntu-20.04-gcc-10,
2020
ubuntu-22.04-gcc-11,
2121
ubuntu-22.04-gcc-12,
22-
ubuntu-22.04-gcc-13,
2322
ubuntu-24.04-gcc-12,
2423
ubuntu-24.04-gcc-13,
2524
ubuntu-24.04-gcc-14,
@@ -57,11 +56,6 @@ jobs:
5756
compiler: gcc
5857
version: 12
5958

60-
- name: ubuntu-22.04-gcc-13
61-
os: ubuntu-22.04
62-
compiler: gcc
63-
version: 13
64-
6559
- name: ubuntu-24.04-gcc-12
6660
os: ubuntu-24.04
6761
compiler: gcc

source/SqliteUtils.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
#include <unicode/utypes.h>
6060

6161
/* modern.cpp.core */
62+
#ifdef _WIN32
63+
#include <Logger.h>
64+
#endif
6265
#include <StringUtils.h>
6366

6467
/* local header */

0 commit comments

Comments
 (0)
0