Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0aa7fe68 authored by Alexey Zaytsev's avatar Alexey Zaytsev
Browse files

Add a few missing headers



Fixes build with gcc 4.3.2

Signed-off-by: default avatarAlexey Zaytsev <alexey.zaytsev@gmail.com>
parent 54b6cfa9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
#include <sys/stat.h>

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <map>

#ifdef HAVE_MS_C_RUNTIME
+1 −0
Original line number Diff line number Diff line
#include "generate_java.h"
#include "AST.h"
#include "Type.h"
#include <string.h>
#include <stdio.h>

// =================================================
+1 −0
Original line number Diff line number Diff line
#ifndef DEVICE_TOOLS_AIDL_H
#define DEVICE_TOOLS_AIDL_H

#include <string.h>
#include <string>
#include <vector>

+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@

#if __cplusplus
#include <vector>
#include <string>
using namespace std;
extern "C" {
#endif