// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details. // Do not use "#pragma once here". We use this file as top-level for header // pre-compilation, and GCC doesn't like that there. // See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64117 #ifndef HILTI_RUNTIME_LIBHILTI_H #define HILTI_RUNTIME_LIBHILTI_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace hilti::rt::bytes::literals; // NOLINT(google-global-names-in-headers) using namespace std::string_literals; // NOLINT(google-global-names-in-headers) using namespace std::string_view_literals; // NOLINT(google-global-names-in-headers) #endif