adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-commits] master 91bae38: FIXED build on macOS 10.13


From: Kai Sterker
Subject: [adonthell-commits] master 91bae38: FIXED build on macOS 10.13
Date: Sat, 14 Apr 2018 16:22:11 -0400 (EDT)

branch: master
commit 91bae3885718ac99812960df4408d1be245f6b3e
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>

    FIXED build on macOS 10.13
---
 src/str_hash.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/str_hash.h b/src/str_hash.h
index 1deff42..f37af73 100644
--- a/src/str_hash.h
+++ b/src/str_hash.h
@@ -30,6 +30,7 @@
 #define STR_HASH_H
 
 #ifdef __clang__
+#include <AvailabilityMacros.h>
 #if MAC_OS_X_VERSION_MIN_REQUIRED > 1060
 #include <unordered_map>
 #include <unordered_set>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]