We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c63316 commit c735e05Copy full SHA for c735e05
llvm/lib/Support/SipHash.cpp
@@ -12,13 +12,13 @@
12
//===----------------------------------------------------------------------===//
13
14
#include "llvm/Support/SipHash.h"
15
-#include "siphash/SipHash.h"
16
#include "llvm/ADT/ArrayRef.h"
17
#include "llvm/ADT/StringExtras.h"
18
#include "llvm/ADT/StringRef.h"
19
#include "llvm/Support/Debug.h"
20
#include "llvm/Support/Endian.h"
21
#include <cstdint>
+#include <siphash/SipHash.h>
22
23
using namespace llvm;
24
using namespace support;
0 commit comments