]> git.lyx.org Git - features.git/commitdiff
Fix header.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 29 Feb 2020 04:52:06 +0000 (23:52 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 29 Feb 2020 05:06:35 +0000 (00:06 -0500)
src/support/Systemcall.h

index d3d2189d51900d956581f8bbfd7c4021b72c1c9a..537a701afab09c333f5839862df263fc4534029d 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef SYSTEMCALL_H
 #define SYSTEMCALL_H
 
-#include <string>
+#include "strfwd.h"
 
 namespace lyx {
 namespace support {