Fix HHWheelTimer compilation bug in libc++ build
[folly.git] / folly / Lazy.h
index fd3e51036b549d4d369c3a2967ec28851bffbabc..bb6411f8e44809470f03d1585505f36c175f9d8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 #include <utility>
 #include <type_traits>
 
-#include "folly/Optional.h"
+#include <folly/Optional.h>
 
 namespace folly {