ef4788a845
Fix build with gcc 4.7. OBS-URL: https://build.opensuse.org/request/show/110581 OBS-URL: https://build.opensuse.org/package/show/editors/vym?expand=0&rev=21
13 lines
303 B
Diff
13 lines
303 B
Diff
Index: vym-2.0.1/mainwindow.cpp
|
|
===================================================================
|
|
--- vym-2.0.1.orig/mainwindow.cpp
|
|
+++ vym-2.0.1/mainwindow.cpp
|
|
@@ -4,6 +4,7 @@
|
|
|
|
#include <iostream>
|
|
#include <typeinfo>
|
|
+#include <unistd.h>
|
|
|
|
#include "aboutdialog.h"
|
|
#include "branchpropwindow.h"
|