Add missing require statements for lib/gdk/output.rb
In !1010 (merged) we added a new GDK::Output
class but we did not add require
statements in all the places where they are needed. This was causing Postgres connection failures to print a very confusing message:
lib/gdk/postgresql.rb:21:in `ready?': uninitialized constant GDK::Output
This change adds the missing require
statements to all files that use GDK::Output.
Edited by Jacob Vosmaer