summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/slang.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/slang.h b/include/slang.h
index d000dab9f..aab6fc47c 100644
--- a/include/slang.h
+++ b/include/slang.h
@@ -1,6 +1,10 @@
#ifndef SLANG_H
#define SLANG_H
+#ifdef SLANG_USER_CONFIG
+ #include SLANG_USER_CONFIG
+#endif
+
/** \file slang.h
The Slang API provides services to compile, reflect, and specialize code