summaryrefslogtreecommitdiff
path: root/common/action_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/action_processor.h')
-rw-r--r--common/action_processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/action_processor.h b/common/action_processor.h
index f651b8e3..1a67c993 100644
--- a/common/action_processor.h
+++ b/common/action_processor.h
@@ -26,6 +26,8 @@
#include "update_engine/common/error_code.h"
+#include <gtest/gtest_prod.h>
+
// The structure of these classes (Action, ActionPipe, ActionProcessor, etc.)
// is based on the KSAction* classes from the Google Update Engine code at
// http://code.google.com/p/update-engine/ . The author of this file sends