forked from Lainports/freebsd-ports
- Change maintainer's email address [1] - Convert to USES=localbase PR: 209569 [1] Submitted by: maintainer [1]
11 lines
268 B
C++
11 lines
268 B
C++
--- src/trsp/src/GraphDefinition.cpp.orig 2016-05-15 23:38:54 UTC
|
|
+++ src/trsp/src/GraphDefinition.cpp
|
|
@@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fi
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
-
|
|
+#include <cstdlib>
|
|
#include <sstream>
|
|
#include "GraphDefinition.h"
|
|
|