Convert a polling loop to a futex wait
[folly.git] / folly / Padded.h
index 9f8af135e2d6b7d1499e829e539657a1888a3ce0..94fc1103b43026e5b8ec256ff2f714c209d5f492 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
 #ifndef FOLLY_PADDED_H_
 #define FOLLY_PADDED_H_
 
+#include <algorithm>
 #include <cassert>
 #include <cstdint>
 #include <cstring>