From adabcf24ec079d38f467dea690ffcdfecfd03d68 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 15 Nov 2020 13:11:21 +0100 Subject: Everywhere: Add missing includes All of these files were getting ByteBuffer.h from someone else and then using it. Let's include it explicitly. --- DevTools/IPCCompiler/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'DevTools') diff --git a/DevTools/IPCCompiler/main.cpp b/DevTools/IPCCompiler/main.cpp index fcb84153b3..fa55e94106 100644 --- a/DevTools/IPCCompiler/main.cpp +++ b/DevTools/IPCCompiler/main.cpp @@ -24,6 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include #include #include -- cgit v1.2.3