diff --git a/examples/fltk-versions.cxx b/examples/fltk-versions.cxx index 4e82ae487..c68353990 100644 --- a/examples/fltk-versions.cxx +++ b/examples/fltk-versions.cxx @@ -3,7 +3,7 @@ // // Library version test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2017 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -21,6 +21,8 @@ #include #include +#include + static char version[8][80] = { "","","","","","","","" }; int main(int argc, char **argv) {