Add header that seems to be needed with Python 3.

This commit is contained in:
Dave Page 2017-03-28 08:41:38 -04:00
parent 72548a99e1
commit 688c810300

View File

@ -22,6 +22,10 @@
// App headers
#include "Server.h"
#ifndef PYTHON2
#include <stdlib.h>
#endif
static void add_to_path(QString &python_path, QString path, bool prepend=false)
{
if (!python_path.contains(path))