diff options
Diffstat (limited to 'Tests/RunCMake/AutoExportDll/hello.cxx')
-rw-r--r-- | Tests/RunCMake/AutoExportDll/hello.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/AutoExportDll/hello.cxx b/Tests/RunCMake/AutoExportDll/hello.cxx index 533fd3e..74e7a4e 100644 --- a/Tests/RunCMake/AutoExportDll/hello.cxx +++ b/Tests/RunCMake/AutoExportDll/hello.cxx @@ -1,4 +1,5 @@ #include "hello.h" + #include <stdio.h> int Hello::Data = 0; void Hello::real() |