// This is a precompiled header for the yaze project. // It includes a set of common, relatively stable headers that are used across // multiple source files to speed up compilation. #ifndef YAZE_PCH_H #define YAZE_PCH_H // Standard Library #include #include #include #include #include #include #include #include #ifdef __OBJC__ #import #endif // Third-party libraries #include "absl/strings/str_format.h" #include "absl/strings/string_view.h" // Project-specific headers #include "util/log.h" #endif // YAZE_PCH_H