generator: open Common_utils where needed

This makes it possible to use the operators from Common_utils that do
not exist in older OCaml versions (e.g. < 4.00).

Thanks to: John Sucaet.
This commit is contained in:
Pino Toscano
2017-03-15 16:45:41 +01:00
parent 2f22f2c469
commit 509adede7b
3 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
open Printf
open Common_utils
open Types
open Utils
open Pr

View File

@@ -20,6 +20,7 @@
open Printf
open Common_utils
open Types
open Utils
open Pr

View File

@@ -21,6 +21,7 @@
open Unix
open Printf
open Common_utils
open Pr
open Actions
open Structs