Enable find/emplace for key types other than KeyT.
[folly.git] / folly / ConcurrentSkipList-inl.h
index 227a3325071df932d3154c4c5b1d6f172388b5a9..a875b69faecde2b22e35d38bbefe63371ecfa58b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@
 #include <glog/logging.h>
 
 #include <folly/Memory.h>
-#include <folly/SmallLocks.h>
+#include <folly/MicroSpinLock.h>
 #include <folly/ThreadLocal.h>
 
 namespace folly { namespace detail {