From b55ce15878456e3d2f0656bcd6abd5a55c6774b1 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Wed, 18 Feb 2015 10:29:49 -0330 Subject: Changes for brew, python PyPI packaging and ruby gem packaging. --- cpp/include/Slice/PythonUtil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/include/Slice/PythonUtil.h') diff --git a/cpp/include/Slice/PythonUtil.h b/cpp/include/Slice/PythonUtil.h index 8930bc42664..9d5db3c6c99 100644 --- a/cpp/include/Slice/PythonUtil.h +++ b/cpp/include/Slice/PythonUtil.h @@ -56,6 +56,8 @@ SLICE_API std::string getAbsolute(const Slice::ContainedPtr&, const std::string& // SLICE_API void printHeader(IceUtilInternal::Output&); +SLICE_API int compile(int, char*[]); + } } -- cgit v1.2.3