TSC: rebuild for boost-1.80
This commit is contained in:
parent
962cf6b1eb
commit
42afeb47c4
|
@ -0,0 +1,11 @@
|
|||
--- 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>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'TSC'
|
||||
pkgname=TSC
|
||||
version=2.1.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_wrksrc=tsc
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
|
|
Loading…
Reference in New Issue