summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--samples/pdfium_test_dump_helper.cc4
-rw-r--r--samples/pdfium_test_write_helper.cc2
2 files changed, 6 insertions, 0 deletions
diff --git a/samples/pdfium_test_dump_helper.cc b/samples/pdfium_test_dump_helper.cc
index 5d7af1c257..729a4cd152 100644
--- a/samples/pdfium_test_dump_helper.cc
+++ b/samples/pdfium_test_dump_helper.cc
@@ -4,6 +4,10 @@
#include "samples/pdfium_test_dump_helper.h"
+#include <string.h>
+
+#include <algorithm>
+#include <memory>
#include <string>
#include <utility>
diff --git a/samples/pdfium_test_write_helper.cc b/samples/pdfium_test_write_helper.cc
index a323658378..5a2e0f66ce 100644
--- a/samples/pdfium_test_write_helper.cc
+++ b/samples/pdfium_test_write_helper.cc
@@ -4,6 +4,8 @@
#include "samples/pdfium_test_write_helper.h"
+#include <limits.h>
+
#include <memory>
#include <vector>