Adds writer test case for RCU
[folly.git] / folly / io / IOBuf.cpp
index 7206fc4652e13202d4c796d05d84b138c97ddbc6..0008c2bd07431901eef7fbe1622acb85875279b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2013-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -31,6 +31,7 @@
 #include <folly/ScopeGuard.h>
 #include <folly/hash/SpookyHashV2.h>
 #include <folly/io/Cursor.h>
+#include <folly/lang/Align.h>
 #include <folly/memory/Malloc.h>
 
 using std::unique_ptr;