Skip to content

Commit a2d058f

Browse files
Minor fixes allowing a GCC tests build.
1 parent 7630bb4 commit a2d058f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ MAKEOVERRIDES+=DEBUG=$(DEBUG)
3333
# some Linux distros
3434
ifeq ($(HAVE_CLANG),1)
3535
ifndef MXE
36+
ifndef GCC
3637
MAKEOVERRIDES+=CPLUSPLUS="clang++ -std=c++20"
3738
endif
3839
endif
40+
endif
3941

4042
ifneq ($(MAKECMDGOALS),clean)
4143
# make sure EcoLab is built first, even before starting to include Makefiles

test/testPlotWidget.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "lasso.h"
2121
#include "plotWidget.h"
2222
#include "plot.xcd"
23+
#include "CSVTools.xcd"
2324
#include "tensorInterface.xcd"
2425
#include "tensorVal.xcd"
2526
#include "minsky_epilogue.h"

0 commit comments

Comments
 (0)