add import to main in logging example
[folly.git] / folly / experimental / RCUUtils.h
index 21b2252575783644c2efa37f4c6b9ad5dc0cbe27..e0af4d70f769592b341e4955f1cb8fa318acb318 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
  */
 #pragma once
 
-#include <urcu.h>
+#include <urcu.h> // @manual
 
 namespace folly {