diff options
Diffstat (limited to 'components/dom_distiller/core/fake_db.h')
-rw-r--r-- | components/dom_distiller/core/fake_db.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/dom_distiller/core/fake_db.h b/components/dom_distiller/core/fake_db.h index 8b7e9c7..8d03d98 100644 --- a/components/dom_distiller/core/fake_db.h +++ b/components/dom_distiller/core/fake_db.h @@ -5,6 +5,8 @@ #ifndef COMPONENTS_DOM_DISTILLER_CORE_FAKE_DB_H_ #define COMPONENTS_DOM_DISTILLER_CORE_FAKE_DB_H_ +#include <string> + #include "components/dom_distiller/core/dom_distiller_database.h" namespace dom_distiller { |