@@ -4,6 +4,9 @@
#include "atom/app/atom_content_client.h"
+#include <string>
+#include <vector>
+
namespace atom {
AtomContentClient::AtomContentClient() {
@@ -5,6 +5,9 @@
#ifndef ATOM_APP_ATOM_CONTENT_CLIENT_H_
#define ATOM_APP_ATOM_CONTENT_CLIENT_H_
#include "brightray/common/content_client.h"