From e69fa1b4aa0b76b147335dd226dadc53771573d3 Mon Sep 17 00:00:00 2001 From: Xiao Shi Date: Thu, 20 Apr 2017 17:36:48 -0700 Subject: [PATCH] wrap gtid in Ticket on the write path for fbobj create Summary: Use Ticket to wrap the gtid in the CacheClient layer so as not to leak implementation detail. Differential Revision: D4902785 fbshipit-source-id: 039332ad878f578df5e92b208ae1a845c53b48dc --- hphp/runtime/ext/fb/VariantController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hphp/runtime/ext/fb/VariantController.h b/hphp/runtime/ext/fb/VariantController.h index cbc771c63fe16..07d56552c4c53 100644 --- a/hphp/runtime/ext/fb/VariantController.h +++ b/hphp/runtime/ext/fb/VariantController.h @@ -17,10 +17,11 @@ #ifndef VARIANTCONTROLLER_H #define VARIANTCONTROLLER_H +#include #include "hphp/runtime/base/array-init.h" #include "hphp/runtime/base/array-iterator.h" #include "hphp/runtime/ext/extension.h" -#include +#include "hphp/runtime/ext/fb/FBSerialize/FBSerialize.h" namespace HPHP {