From 1f517a1db8beb23539d1c96ac31229d8608a5f22 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 14 Dec 2008 17:14:11 -0600 Subject: [PATCH] Fix using --- basis/windows/time/time.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/windows/time/time.factor b/basis/windows/time/time.factor index 5ffc62680e..54a7a8e32a 100644 --- a/basis/windows/time/time.factor +++ b/basis/windows/time/time.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2007 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: alien alien.c-types kernel math windows windows.kernel32 -namespaces calendar ; +namespaces calendar math.bitwise ; IN: windows.time : >64bit ( lo hi -- n ) -- 2.34.1