]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adding missing include
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 10 May 2009 06:42:58 +0000 (06:42 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 10 May 2009 06:42:58 +0000 (06:42 +0000)
STEER/AliVectorSparse.cxx

index 2fc86f1c2b1d4bbd0171fbad1b56f120d593abd0..24aad10272b5a28a228dd174df8a3ec6510d973a 100644 (file)
@@ -1,3 +1,21 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/* $Id: AliRun.cxx 30859 2009-02-02 16:24:37Z fca $ */
+
+#include <string.h>
 #include "AliVectorSparse.h"
 
 /**********************************************************************************************/