Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/qttorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2013-10-24 21:12:43 +0400
committerRonan Collobert <ronan@collobert.com>2013-10-24 21:12:43 +0400
commit8f478d95e754cc5aacac4d0a0897303c8b4be5b3 (patch)
treea4ed24c520f7c175e946e73626d75e8876ef2bc3
parent304706c0768d1b447e0d1c9e69e3e18135983f67 (diff)
fix C++ include issue
-rw-r--r--qttorch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qttorch.h b/qttorch.h
index 34118c1..dc10d6c 100644
--- a/qttorch.h
+++ b/qttorch.h
@@ -3,8 +3,10 @@
#ifndef QTTORCH_H
#define QTTORCH_H
+extern "C" {
#include "lua.h"
#include "lauxlib.h"
+}
#include "qtluaengine.h"
#include "qtluautils.h"