From 01caee5b5322b0ac45401a998973baa8d3687381 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 22 Jul 2019 13:44:59 +0200 Subject: [PATCH] include on macOS --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index a5144aa08e..fdf8646e47 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -195,7 +195,7 @@ fn (v mut V) compile() { #ifdef __APPLE__ - +#include #endif