From ba5fa59d255499164d0983e0c66a874703a6189e Mon Sep 17 00:00:00 2001 From: pallamidessi Date: Wed, 21 May 2014 16:25:11 +0200 Subject: [PATCH] Correct missing header in example --- examples/listsort/listsort.ez | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/listsort/listsort.ez b/examples/listsort/listsort.ez index d2958b7..10f979a 100755 --- a/examples/listsort/listsort.ez +++ b/examples/listsort/listsort.ez @@ -12,7 +12,7 @@ _________________________________________________________*/ \User declarations: int SIZE=10; double pMutPerGene=0.4; - + #include inline void swap(int& a,int& b) {int c=a; a=b; b=c;} \end -- GitLab