We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82c720 commit 257db7dCopy full SHA for 257db7d
core/base/inc/TObject.h
@@ -12,7 +12,6 @@
12
#ifndef ROOT_TObject
13
#define ROOT_TObject
14
15
-
16
// #include "RConfigure.h" // included via Rtypes.h
17
#include "Rtypes.h"
18
#include "TStorage.h"
core/base/src/TObject.cxx
@@ -37,6 +37,7 @@ class hierarchies (watch out for overlaps).
37
that the object was allocated on the heap).
38
*/
39
40
+
41
#include <cstring>
42
#if !defined(WIN32) && !defined(__MWERKS__) && !defined(R__SOLARIS)
43
#include <strings.h>
0 commit comments