mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
9034e05f4e
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
14 lines
359 B
Diff
14 lines
359 B
Diff
# Author: Damyan Ivanov <dmn@debian.org>
|
|
# Description: include the right header file
|
|
# GCC 4.3 has stricter rules about inclusion propagation
|
|
--- a/src/translator_manager.cpp
|
|
+++ b/src/translator_manager.cpp
|
|
@@ -22,7 +22,7 @@
|
|
|
|
#include <sys/types.h>
|
|
#include <dirent.h>
|
|
-#include <string>
|
|
+#include <cstring>
|
|
#include <iostream>
|
|
#include <algorithm>
|
|
|