From cff5910982e3201d4b79178b8204d5dc5b95f166 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 12 Aug 2013 17:55:04 +0200 Subject: Adding BigInt support and test to Dalos. --- src/Dalos-cli.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Dalos-cli.cc') diff --git a/src/Dalos-cli.cc b/src/Dalos-cli.cc index 887d7d1..b331f15 100644 --- a/src/Dalos-cli.cc +++ b/src/Dalos-cli.cc @@ -4,6 +4,7 @@ #include #include #include +#include #include #include "BReadline.h" #include "LuaLoad.h" @@ -43,6 +44,7 @@ namespace { class DalosInit : public LuaExecCell { virtual void run(Lua & L) override { registerLuaLoad(L); + registerLuaBigInt(L); registerLuaHandle(L); } }; -- cgit v1.2.3