diff --git a/quill/quill/include/quill/detail/misc/RdtscClock.h b/quill/quill/include/quill/detail/misc/RdtscClock.h index 88a9dc51..3f551d1b 100644 --- a/quill/quill/include/quill/detail/misc/RdtscClock.h +++ b/quill/quill/include/quill/detail/misc/RdtscClock.h @@ -10,6 +10,12 @@ #include "quill/detail/misc/Attributes.h" #include +#if defined(_WIN32) + #include +#else + #include +#endif + namespace quill { namespace detail