- Update to version 2.4.4
* Build fixes. Builds with Octave 5.1.
* Works now also with a postgresql server owned by a different user
than postgres
- Rebase add_missing_iostream_include.patch
OBS-URL: https://build.opensuse.org/request/show/750890
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-database?expand=0&rev=15
12 lines
242 B
Diff
12 lines
242 B
Diff
--- a/src/error-helpers.cc 2019-03-05 14:28:24.967487038 +0100
|
|
+++ b/src/error-helpers.cc 2019-03-05 14:40:09.977597631 +0100
|
|
@@ -19,6 +19,8 @@
|
|
|
|
#include <octave/oct.h>
|
|
|
|
+#include <iostream>
|
|
+
|
|
#include "error-helpers.h"
|
|
|
|
// call verror
|