Skip to content
Snippets Groups Projects
Commit 068b1cbc authored by Xavier ELATTAOUI's avatar Xavier ELATTAOUI
Browse files

VC12 compilation error fixed (bad formatted include)

parent 8383e850
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId>
<artifactId>Spectrometer-${aol}-${mode}</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
<packaging>nar</packaging>
......
......@@ -35,7 +35,7 @@
#include <yat4tango/DynamicAttributeManager.h>
#ifndef NO_DRIVER
#include "include/Wrapper.h"
#include <include/Wrapper.h>
#endif
namespace Spectrometer_ns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment