NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / audiographer / audiographer / debug_utils.h
index b11f065b425dceb79f426fb87f06dd08eba2573f..410567d51b7cb74537fee9113af13b7dd2430742 100644 (file)
@@ -8,6 +8,7 @@
 
 #ifdef __GNUC__
 #include <cxxabi.h>
+#include <cstdlib>
 #endif
 
 #include "audiographer/visibility.h"
@@ -33,7 +34,7 @@ struct LIBAUDIOGRAPHER_API DebugUtils
 #endif
                return typeid(obj).name();
        }
-       
+
        /// Returns name of ProcessContext::Flag
        static std::string process_context_flag_name (FlagField::Flag flag);
 };