From ec57e315a3d370910925c67e21482c1cf46ecfbd Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 20 Jun 2011 21:22:58 +0000 Subject: Minor tweak, NULL is defined in extratypes.h as per C++ regs if it's not already defined. --- src/atom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/atom.h') diff --git a/src/atom.h b/src/atom.h index 7c8a166..fd88f2d 100644 --- a/src/atom.h +++ b/src/atom.h @@ -10,6 +10,7 @@ #include #include +#include "bu/config.h" #include "bu/exceptionbase.h" namespace Bu -- cgit v1.2.3