[opengm] 03/50: Added missing include in test_canonicalview.cxx

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Nov 1 17:14:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository opengm.

commit 81c5f493fcfb20dd24e7c4d848ea59cfd6f6f7a9
Author: Peter Fischer <yanlend at users.noreply.github.com>
Date:   Wed Oct 21 09:25:21 2015 +0200

    Added missing include in test_canonicalview.cxx
    
    `#include <ctime>` needed for time(0) in test_canonicalview.cxx
---
 src/unittest/test_canonicalview.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/unittest/test_canonicalview.cxx b/src/unittest/test_canonicalview.cxx
index dc8b385..73d68b2 100644
--- a/src/unittest/test_canonicalview.cxx
+++ b/src/unittest/test_canonicalview.cxx
@@ -25,6 +25,7 @@
 //
 
 #include <cstdlib>
+#include <ctime>
 
 #include <opengm/functions/explicit_function.hxx>
 #include <opengm/functions/potts.hxx>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list