Commit 47e9a0e2 by Nicolas Capens Committed by Nicolas Capens

Fix Android build.

Change-Id: If37158efec1555a3b4e14774dff081f284292245 Reviewed-on: https://swiftshader-review.googlesource.com/15308Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent e58d730a
......@@ -37,8 +37,8 @@ COMMON_CFLAGS += -D__STDC_INT64__
endif
COMMON_SRC_FILES := \
preprocessor/Diagnostics.cpp \
preprocessor/DirectiveHandler.cpp \
preprocessor/DiagnosticsBase.cpp \
preprocessor/DirectiveHandlerBase.cpp \
preprocessor/DirectiveParser.cpp \
preprocessor/ExpressionParser.cpp \
preprocessor/Input.cpp \
......
......@@ -69,7 +69,7 @@ class MacroExpander::ScopedMacroReenabler final
~ScopedMacroReenabler();
private:
PP_DISALLOW_COPY_AND_ASSIGN(MacroExpander::ScopedMacroReenabler);
PP_DISALLOW_COPY_AND_ASSIGN(ScopedMacroReenabler);
MacroExpander *mExpander;
};
......
......@@ -17,6 +17,8 @@
#include "pp_utils.h"
#include <cstddef>
namespace pp
{
......
......@@ -18,6 +18,7 @@
#define COMPILER_PREPROCESSOR_NUMERIC_LEX_H_
#include <sstream>
#include <cmath>
namespace pp {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment