* src/tgbaalgos/scc.hh: Add missing misc/hash.hh inclusion.

This commit is contained in:
Alexandre Duret-Lutz 2009-03-25 16:36:23 +01:00
parent b1bfdee870
commit 70b6bcf8eb
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-03-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/scc.hh: Add missing misc/hash.hh inclusion.
2009-02-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgbaproduct.cc (tgba_succ_iterator_product::first):

View file

@ -1,4 +1,4 @@
// Copyright (C) 2008 Laboratoire de Recherche et Developpement de
// Copyright (C) 2008, 2009 Laboratoire de Recherche et Developpement de
// l'Epita.
//
// This file is part of Spot, a model checking library.
@ -25,6 +25,7 @@
#include <stack>
#include "tgba/tgba.hh"
#include <iosfwd>
#include "misc/hash.hh"
namespace spot
{