diff options
Diffstat (limited to 'Tests/VSMidl/src/main.cpp')
-rw-r--r-- | Tests/VSMidl/src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/VSMidl/src/main.cpp b/Tests/VSMidl/src/main.cpp index 68089ad..ae114fe 100644 --- a/Tests/VSMidl/src/main.cpp +++ b/Tests/VSMidl/src/main.cpp @@ -1,6 +1,7 @@ +#include <test_i.c> + #include <stdio.h> #include <test.h> -#include <test_i.c> int main(int argc, char** argv) { |