diff --git a/src/Generator/premake5.lua b/src/Generator/premake5.lua
index cfe02291..c8b5189b 100644
--- a/src/Generator/premake5.lua
+++ b/src/Generator/premake5.lua
@@ -9,6 +9,8 @@ project "CppSharp.Generator"
   excludes { "Filter.cs" }
   vpaths { ["*"] = "*" }
 
+  dependson { "Std-symbols" }
+
   links
   {
   	"System",