void-packages/srcpkgs/TSC/patches/boost-1.80.patch
Đoàn Trần Công Danh 42afeb47c4 TSC: rebuild for boost-1.80
2022-09-01 07:48:40 +07:00

11 lines
200 B
Diff

--- a/tsc/scrdg/scrdg.cpp
+++ b/tsc/scrdg/scrdg.cpp
@@ -15,6 +15,8 @@
*/
#include "scrdg.hpp"
+#include <algorithm>
+#include <fstream>
#include <iostream>
#include <sstream>
#include <cstdio>