[cig-commits] commit: Add a missing include

Mercurial hg at geodynamics.org
Fri Mar 9 13:24:51 PST 2012


changeset:   1:4654a142dc13
user:        Walter Landry <boo at dante>
date:        Sun Dec 13 20:37:57 2009 -0800
files:       FTensor.h
description:
Add a missing include


diff -r 34fc4fd9248b -r 4654a142dc13 FTensor.h
--- a/FTensor.h	Sun Dec 13 19:57:42 2009 -0800
+++ b/FTensor.h	Sun Dec 13 20:37:57 2009 -0800
@@ -5,6 +5,7 @@
 #include <complex>
 #ifdef FTENSOR_DEBUG
 #include <iostream>
+#include <cstdlib>
 #endif
 #include "Layout.h"
 namespace FTensor {



More information about the CIG-COMMITS mailing list