(Wangle) Possibly undefined behavior in collect
[folly.git] / folly / test / SynchronizedTestLib.h
index faaef0f9e556b5380024d9bd1347279b034aa5d8..099efe96e6d93c217045e8c229744d0554d2e28e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.
@@ -40,8 +40,10 @@ template <class Mutex> void testDualLockingWithConst();
 
 template <class Mutex> void testTimedSynchronized();
 
+template <class Mutex> void testTimedSynchronizedWithConst();
+
 template <class Mutex> void testConstCopy();
 
-#include "folly/test/SynchronizedTestLib-inl.h"
+#include <folly/test/SynchronizedTestLib-inl.h>
 
 #endif /* FOLLY_TEST_SYNCHRONIZEDTESTLIB_H */