aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_ProofView.ml
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-05-05 19:19:08 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-05-05 19:19:08 +0200
commita72b7db875780ccc84b9359ffa66c170cfe6ebfd (patch)
tree5b7bce91a536882f45e53017179db3d082b71a30 /ide/wg_ProofView.ml
parentff58f3d68369e0e535a98326e53de782ff460096 (diff)
Compatibility ocaml 3.12.
Diffstat (limited to 'ide/wg_ProofView.ml')
-rw-r--r--ide/wg_ProofView.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/wg_ProofView.ml b/ide/wg_ProofView.ml
index a5faa60a8..1f3fa3ed3 100644
--- a/ide/wg_ProofView.ml
+++ b/ide/wg_ProofView.ml
@@ -6,6 +6,8 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
+open Util
+
class type proof_view =
object
inherit GObj.widget