From b97334f9921eec17527b56526c66e7e27a097525 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 24 Aug 2013 03:17:28 +0000 Subject: add GPL header to treehash.c and add missing includes to cmake. --- intern/guardedalloc/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern/guardedalloc') diff --git a/intern/guardedalloc/CMakeLists.txt b/intern/guardedalloc/CMakeLists.txt index 7ac978b0edd..1e140c5b674 100644 --- a/intern/guardedalloc/CMakeLists.txt +++ b/intern/guardedalloc/CMakeLists.txt @@ -36,6 +36,9 @@ set(SRC ./intern/mallocn.c MEM_guardedalloc.h + + # include here since its a header-only + ../atomic/atomic_ops.h ) if(WIN32 AND NOT UNIX) -- cgit v1.2.3