mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
9ab6cd90de
PR: 186418 Submitted by: ports fury
12 lines
308 B
C++
12 lines
308 B
C++
--- tools/EncryptingLoader.cpp.orig
|
|
+++ tools/EncryptingLoader.cpp
|
|
@@ -17,6 +17,8 @@
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
************************** * * * * * * * * * * * * **************************/
|
|
|
|
+#include <cstdlib>
|
|
+
|
|
#include <QSqlError>
|
|
|
|
#include "EncryptingLoader.h"
|