diff options
Diffstat (limited to 'libs/libaxolotl/src/stdafx.h')
-rw-r--r-- | libs/libaxolotl/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/libaxolotl/src/stdafx.h b/libs/libaxolotl/src/stdafx.h index f2f11c5e29..71dc38600c 100644 --- a/libs/libaxolotl/src/stdafx.h +++ b/libs/libaxolotl/src/stdafx.h @@ -21,4 +21,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#pragma once
+
#include <stdio.h>
|