Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/IFileSystem.h

Issue 29482653: Noissue - fix headers in order to compile on MS Windows (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 7, 2017, 2:06 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/IFileSystem.h
diff --git a/include/AdblockPlus/IFileSystem.h b/include/AdblockPlus/IFileSystem.h
index 42896a4253bb8e3592e8f7a00fdee5e2d2835dcc..463be394e4e56f09d3d9b28d72e3eda2c70608ec 100644
--- a/include/AdblockPlus/IFileSystem.h
+++ b/include/AdblockPlus/IFileSystem.h
@@ -19,10 +19,11 @@
#define ADBLOCK_PLUS_IFILE_SYSTEM_H
#include <istream>
-#include <stdint.h>
+#include <cstdint>
#include <string>
#include <memory>
#include <vector>
+#include <functional>
namespace AdblockPlus
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld