Last of the config.h mods...
#ifdef HAVE_CONFIG_H #include <config.h> #endif added to these files. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -31,9 +31,12 @@
|
||||
*/
|
||||
|
||||
//#include <iostream>
|
||||
|
||||
#include "GPU_Canvas.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
GPU_Canvas::GPU_Canvas(KXH_plugin_handle p, int width, int height)
|
||||
: GPC_Canvas(width, height), m_plugin(p)
|
||||
{
|
||||
|
Reference in New Issue
Block a user