From 3aebd5036b8a2668f4ac9acfcf94f263f535e5bd Mon Sep 17 00:00:00 2001 From: Anton Begehr Date: Wed, 7 Feb 2024 16:16:58 +0100 Subject: [PATCH] Linux Support Fixes #6 --- Sources/JSON/Dictionary+JSON.swift | 1 + Sources/JSON/JSON.swift | 1 + 2 files changed, 2 insertions(+) diff --git a/Sources/JSON/Dictionary+JSON.swift b/Sources/JSON/Dictionary+JSON.swift index 74e6f0d..880ce5d 100644 --- a/Sources/JSON/Dictionary+JSON.swift +++ b/Sources/JSON/Dictionary+JSON.swift @@ -1,3 +1,4 @@ +import CoreFoundation import Foundation public extension [String: Any] { diff --git a/Sources/JSON/JSON.swift b/Sources/JSON/JSON.swift index cd59b06..45a519b 100644 --- a/Sources/JSON/JSON.swift +++ b/Sources/JSON/JSON.swift @@ -1,3 +1,4 @@ +import CoreFoundation import Foundation public enum JSON: