]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/YACSDriver.hxx
Salome HOME
Porting HOMARD SALOME module on WIN32 platform.
[modules/homard.git] / src / HOMARD / YACSDriver.hxx
index 7f2aa161edc3de536dbb33e2fa83d75e945c445b..89632e7684a3c226c3cb9479870ff1ee00dc7013 100644 (file)
 # ifndef __YACSDRIVER_H__
 # define __YACSDRIVER_H__
 
+#include "HOMARD.hxx"
+
 #include <iostream>
 #include <fstream>
 
-class YACSDriver
+class HOMARDIMPL_EXPORT YACSDriver
 {
 public:
   YACSDriver(const std::string XMLFile, const std::string DirName) ;