Revert "[clang support] removed superfluous declarations from header files"
[folly.git] / folly / dynamic.h
index 6334cf2a952fcb251e941fe07ec81affc7055a81..6ab5ca1bf84543e93be9e1dfd0069303e29196c8 100644 (file)
@@ -443,6 +443,7 @@ public:
 private:
   friend struct TypeError;
   struct ObjectImpl;
+  struct ObjectMaker;
   template<class T> struct TypeInfo;
   template<class T> struct CompareOp;
   template<class T> struct GetAddrImpl;