Skip to content

Commit

Permalink
Add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Apr 20, 2020
1 parent 1a340dd commit 18271f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quill/quill/include/quill/detail/misc/RdtscClock.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
#include "quill/detail/misc/Attributes.h"
#include <chrono>

#if defined(_WIN32)
#include <intrin.h>
#else
#include <x86intrin.h>
#endif

namespace quill
{
namespace detail
Expand Down

0 comments on commit 18271f2

Please sign in to comment.